'Declaration Public Overloads Function GetObjects( _
ByVal typeType of OCR object.As Vintasoft.Imaging.Ocr.OcrObjectType, _
ByVal maxConfidenceMaximum confidence of the OCR object.As Single _
) As OcrObject[]
public OcrObject[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
float maxConfidence
)
public: OcrObject*[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
float maxConfidence
)
public:
OcrObject^[] GetObjects(
Vintasoft.Imaging.Ocr.OcrObjectType type,
float maxConfidence
)
Parameters
- type
- Type of OCR object.
- maxConfidence
- Maximum confidence of the OCR object.
Return Value
An array of OcrObject objects with specified confidence.