Class DetectedTerms
Inheritance
DetectedTerms
Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
Syntax
public class DetectedTerms
Constructors
Declaration
public DetectedTerms (Nullable<int> index = null, Nullable<int> originalIndex = null, Nullable<int> listId = null, string term = null);
Parameters
Properties
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Index")]
public Nullable<int> Index { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="ListId")]
public Nullable<int> ListId { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="OriginalIndex")]
public Nullable<int> OriginalIndex { get; set; }
Property Value
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="Term")]
public string Term { get; set; }
Property Value