'Declaration Public Overloads Function GetObjects( _
ByVal typeТип объекта OCR.As Vintasoft.Imaging.Ocr.OcrObjectType, _
ByVal maxConfidenceМаксимальная достоверность объекта OCR.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
- Тип объекта OCR.
- maxConfidence
- Максимальная достоверность объекта OCR.
Return Value
Массив объектов OcrObject с заданной достоверностью.