Accusoft.SmartZoneICR5.Net - Updated
Text Property (CharacterResult)




Accusoft.SmartZoneICRSdk Namespace > CharacterResult Class : Text Property
Gets and Sets the text string of the CharacterResult.
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);
}
Remarks
This property is the text string of the CharacterResult. Set the value to correct the recognition result.
See Also

Reference

CharacterResult Class
CharacterResult Members