SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / CharacterResult Class / Text Property




In This Topic
    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);
    }
    Remarks
    This property is the text string of the CharacterResult. Set the value to correct the recognition result.
    See Also