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