VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Results Namespace / OcrPage Class / GetObjects Methods / GetObjects(OcrObjectType,Single) Method
Syntax Requirements SeeAlso
In This Topic
    GetObjects(OcrObjectType,Single) Method (OcrPage)
    In This Topic
    Returns an array of OcrObject objects with specified confidence.
    Syntax
    'Declaration
    
    Public Overloads Function GetObjects( _
    ByVal type
    Type of OCR object.
    As Vintasoft.Imaging.Ocr.OcrObjectType, _
    ByVal maxConfidence
    Maximum confidence of the OCR object.
    As Single _
    ) As OcrObject[]

    Parameters

    type
    Type of OCR object.
    maxConfidence
    Maximum confidence of the OCR object.

    Return Value

    An array of OcrObject objects with specified confidence.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also