AnalyzeResult.Tokens Property

Definition

Gets or sets the list of tokens returned by the analyzer specified in the request.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to