Accusoft.SmartZoneOCR5.Net - Updated
AnalyzeField(Object) Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class > AnalyzeField Method : AnalyzeField(Object) Method
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.
Runs analysis of a field on the given object.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Overloads Function AnalyzeField( _
   ByVal Target As System.Object _
) As TextBlockResult
'Usage
 
Dim instance As Reader
Dim Target As System.Object
Dim value As TextBlockResult
 
value = instance.AnalyzeField(Target)
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public TextBlockResult AnalyzeField( 
   System.object Target
)
public function AnalyzeField( 
    Target: System.TObject
): TextBlockResult; 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function AnalyzeField( 
   Target : System.Object
) : TextBlockResult;
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: TextBlockResult* AnalyzeField( 
   System.Object* Target
) 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
TextBlockResult^ AnalyzeField( 
   System.Object^ Target
) 

Parameters

Target
The object that holds image data to be analyzed. The object passed in must be an Accusoft type that implements the CopyTo(object destination) method. An example of such a type is the Accusoft.ImagXpress.ImageX object.

Return Value

TextBlockResult from recognition
See Also

Reference

Reader Class
Reader Members
Overload List