次の方法で共有


EdgeNGramTokenizer.TokenChars プロパティ

定義

トークンに保持する文字クラスを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="tokenChars")]
public System.Collections.Generic.IList<Microsoft.Azure.Search.Models.TokenCharacterKind> TokenChars { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenChars")>]
member this.TokenChars : System.Collections.Generic.IList<Microsoft.Azure.Search.Models.TokenCharacterKind> with get, set
Public Property TokenChars As IList(Of TokenCharacterKind)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象