Show / Hide Table of Contents

    Class SSN

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

    Constructors

    SSN()

    Declaration
    public SSN ();

    SSN(String, Nullable<Int32>)

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

    Nullable<Int32> index

    Properties

    Index

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

    Text

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

    Back to top Azure SDK for Net