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






Accusoft.SmartZoneOCRSdk Namespace > CharacterResult Class : Text Property
Gets and Sets the text string of the CharacterResult.
Syntax
'Declaration
 
Public Shadows Property Text As System.String
'Usage
 
Dim instance As CharacterResult
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public new System.string Text {get; set;}
public read-write property Text: System.String; 
public hide function get,set Text : System.String
public: __property new System.string* get_Text();
public: __property new void set_Text( 
   System.string* value
);
public:
new property System.String^ Text {
   System.String^ get();
   void set (    System.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