Show / Hide Table of Contents

    Class DetectedTerms

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

    Constructors

    DetectedTerms()

    Declaration
    public DetectedTerms ();

    DetectedTerms(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)

    Declaration
    public DetectedTerms (Nullable<int> index = null, Nullable<int> originalIndex = null, Nullable<int> listId = null, string term = null);
    Parameters
    Nullable<Int32> index

    Nullable<Int32> originalIndex

    Nullable<Int32> listId

    String term

    Properties

    Index

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

    ListId

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

    OriginalIndex

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

    Term

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

    Back to top Azure SDK for Net