SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Reader Class / AnalyzeField Method / AnalyzeField(Image) Method
The object containing an image to recognize.




In This Topic
    AnalyzeField(Image) Method
    In This Topic
    Runs analysis of a field on an Image object.
    Syntax
    'Declaration
     
    
    Public Overloads Function AnalyzeField( _
       ByVal image As Image _
    ) As TextBlockResult
    'Usage
     
    
    Dim instance As Reader
    Dim image As Image
    Dim value As TextBlockResult
     
    value = instance.AnalyzeField(image)
    public TextBlockResult AnalyzeField( 
       Image image
    )
    public: TextBlockResult* AnalyzeField( 
       Image* image
    ) 
    public:
    TextBlockResult^ AnalyzeField( 
       Image^ image
    ) 

    Parameters

    image
    The object containing an image to recognize.

    Return Value

    TextBlockResult from recognition
    Exceptions
    ExceptionDescription
    Supported bit depths are 1-, 8-, 24- and 32-bits per pixel.
    The image data cannot be read for format reasons other than an unsupported bit depth.
    An invalid license is being used.
    An area coordinate is outside the current image.
    The stream cannot be null.
    See Also