次の方法で共有


AnalyzeResult.Tokens プロパティ

定義

要求で指定されたアナライザーによって返されるトークンの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象