EntitiesSuggestionExample.TokenizedText Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="tokenizedText")]
public System.Collections.Generic.IList<string> TokenizedText { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="tokenizedText")>]
member this.TokenizedText : System.Collections.Generic.IList<string> with get, set
Public Property TokenizedText As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to