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