次の方法で共有


EdgeNGramTokenFilterV2.Side プロパティ

定義

n-gram を生成する入力の側を取得または設定します。 既定値は "front" です。 使用可能な値は次のとおりです: 'front'、'back'

[Newtonsoft.Json.JsonProperty(PropertyName="side")]
public Microsoft.Azure.Search.Models.EdgeNGramTokenFilterSide? Side { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="side")>]
member this.Side : Nullable<Microsoft.Azure.Search.Models.EdgeNGramTokenFilterSide> with get, set
Public Property Side As Nullable(Of EdgeNGramTokenFilterSide)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象