Accusoft.Forms1 - Updated
FieldType Property (TextBlockResult)



Accusoft.SmartZoneOCRSdk Namespace > TextBlockResult Class : FieldType Property
Gets the FieldType of the TextBlockResult.
Syntax
Public ReadOnly Property FieldType As FieldType
Dim instance As TextBlockResult
Dim value As FieldType
 
value = instance.FieldType
public FieldType FieldType {get;}
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