Text Property (CharacterResult)
In This Topic
Gets and sets the text string of the CharacterResult. If set, this will also set the Confidence to 100.
Syntax
'Declaration
Public Shadows Property Text As String
'Usage
Dim instance As CharacterResult
Dim value As String
instance.Text = value
value = instance.Text
public new string Text {get; set;}
public: __property new string* get_Text();
public: __property new void set_Text(
string* value
);
public:
new property String^ Text {
String^ get();
void set ( String^ value);
}
See Also