Show / Hide Table of Contents

    Class IPA

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

    Constructors

    IPA()

    Declaration
    public IPA ();

    IPA(String, String, Nullable<Int32>)

    Declaration
    public IPA (string subType = null, string text = null, Nullable<int> index = null);
    Parameters
    String subType

    String text

    Nullable<Int32> index

    Properties

    Index

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Index")]
    public Nullable<int> Index { get; set; }
    Property Value
    Nullable<Int32>

    SubType

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

    Text

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

    Back to top Azure SDK for Net