'Declaration Public Function New( _
ByVal locationThe location of the text line.As OcrObjectLocation, _
ByVal orientationThe orientation of the text line.As OcrObjectOrientation, _
ByVal writingDirectionThe writing direction of the text line.As OcrObjectWritingDirection, _
ByVal confidenceThe confidence of the text line.As Single, _
ByVal textThe text of the text line.As System.String _
)
public OcrTextLine(
OcrObjectLocation location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
public: OcrTextLine(
OcrObjectLocation* location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
public:
OcrTextLine(
OcrObjectLocation^ location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text
)
Parameters
- location
- The location of the text line.
- orientation
- The orientation of the text line.
- writingDirection
- The writing direction of the text line.
- confidence
- The confidence of the text line.
- text
- The text of the text line.