Share via


Candidate.Text Property

Definition

Gets or sets the text found.

[Newtonsoft.Json.JsonProperty(PropertyName="Text")]
public string Text { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="Text")>]
member this.Text : string with get, set
Public Property Text As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to