DetectedTerms.OriginalIndex Property

Definition

Gets or sets original Index(Location) of the detected profanity term in the input text content.

[Newtonsoft.Json.JsonProperty(PropertyName="OriginalIndex")]
public int? OriginalIndex { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="OriginalIndex")>]
member this.OriginalIndex : Nullable<int> with get, set
Public Property OriginalIndex As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to