Show / Hide Table of Contents

    Class OCR

    Inheritance
    Object
    OCR
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class OCR

    Constructors

    OCR()

    Declaration
    public OCR ();

    OCR(Status, IList<KeyValuePair>, String, String, String, String, IList<Candidate>)

    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
    Status status

    IList<KeyValuePair> metadata

    String trackingId

    String cacheId

    String language

    String text

    IList<Candidate> candidates

    Properties

    CacheId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="CacheId")]
    public string CacheId { get; set; }
    Property Value
    String

    Candidates

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Candidates")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Candidate> Candidates { get; set; }
    Property Value
    IList<Candidate>

    Language

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Language")]
    public string Language { get; set; }
    Property Value
    String

    Metadata

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Metadata")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> Metadata { get; set; }
    Property Value
    IList<KeyValuePair>

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
    Property Value
    Status

    Text

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Text")]
    public string Text { get; set; }
    Property Value
    String

    TrackingId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
    public string TrackingId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net