SmartZone v7.2 - Updated
FieldType Property (TextBlockResult)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > TextBlockResult Class : FieldType Property
Gets the FieldType of the TextBlockResult.
Syntax
'Declaration
 
Public ReadOnly Property FieldType As FieldType
'Usage
 
Dim instance As TextBlockResult
Dim value As FieldType
 
value = instance.FieldType
public FieldType FieldType {get;}
public: __property FieldType get_FieldType();
public:
property FieldType FieldType {
   FieldType get();
}
Remarks

This read-only property indicates the field type that the TextBlockResult is recognized as. If field recognition is successful, FieldType will return the same value that was specified as the Reader parameter. If field recognition was not successful, FieldType will return a value of Unknown. Recognition results will be provided in both cases.

See Also

Reference

TextBlockResult Class
TextBlockResult Members

Is this page helpful?
Yes No
Thanks for your feedback.