次の方法で共有


DetectedTerms.OriginalIndex プロパティ

定義

入力テキスト コンテンツで検出された不適切な表現の元の Index(Location) を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象