Share via


OCR.Candidates Property

Definition

Gets or sets the list of candidate text.

[Newtonsoft.Json.JsonProperty(PropertyName="Candidates")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Candidate> Candidates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Candidates")>]
member this.Candidates : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Candidate> with get, set
Public Property Candidates As IList(Of Candidate)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to