'Declaration Public Function New( _
ByVal typeThe type of text object.As Vintasoft.Imaging.Ocr.OcrObjectType, _
ByVal locationThe location of text object.As OcrObjectLocation, _
ByVal orientationThe orientation of text object.As OcrObjectOrientation, _
ByVal writingDirectionThe writing direction of text object.As OcrObjectWritingDirection, _
ByVal confidenceThe confidence of text object.As Single, _
ByVal textThe text of text object.As System.String _
)
public OcrTextObject(
Vintasoft.Imaging.Ocr.OcrObjectType type,
OcrObjectLocation location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
public: OcrTextObject(
Vintasoft.Imaging.Ocr.OcrObjectType type,
OcrObjectLocation* location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
public:
OcrTextObject(
Vintasoft.Imaging.Ocr.OcrObjectType type,
OcrObjectLocation^ location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
Parameters
- type
- The type of text object.
- location
- The location of text object.
- orientation
- The orientation of text object.
- writingDirection
- The writing direction of text object.
- confidence
- The confidence of text object.
- text
- The text of text object.