Declaration
public OCR (Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> metadata = null, string trackingId = null, string cacheId = null, string language = null, string text = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Candidate> candidates = null);
Parameters
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="CacheId")]
public string CacheId { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Candidates")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Candidate> Candidates { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Language")]
public string Language { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Status")]
public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Text")]
public string Text { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
public string TrackingId { get; set; }
Property Value