'Declaration Public Function New( _
ByVal locationLocation of the symbol.As OcrObjectLocation, _
ByVal orientationOrientation of the symbol.As OcrObjectOrientation, _
ByVal writingDirectionWriting direction of the symbol.As OcrObjectWritingDirection, _
ByVal confidenceConfidence of the symbol.As Single, _
ByVal textText of the symbol.As System.String, _
ByVal isDropcapA value indicating whether the word is drop cap.As Boolean, _
ByVal isSubscriptA value indicating whether the word is subscript.As Boolean, _
ByVal isSuperscriptA value indicating whether the word is superscript.As Boolean _
)
public OcrSymbol(
OcrObjectLocation location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text,
bool isDropcap,
bool isSubscript,
bool isSuperscript
)
public: OcrSymbol(
OcrObjectLocation* location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text,
bool isDropcap,
bool isSubscript,
bool isSuperscript
)
public:
OcrSymbol(
OcrObjectLocation^ location,
OcrObjectOrientation orientation,
OcrObjectWritingDirection writingDirection,
float confidence,
System.String text,
bool isDropcap,
bool isSubscript,
bool isSuperscript
)
Parameters
- location
- Location of the symbol.
- orientation
- Orientation of the symbol.
- writingDirection
- Writing direction of the symbol.
- confidence
- Confidence of the symbol.
- text
- Text of the symbol.
- isDropcap
- A value indicating whether the word is drop cap.
- isSubscript
- A value indicating whether the word is subscript.
- isSuperscript
- A value indicating whether the word is superscript.