The OcrWord type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| OcrWord |
Initializes a new instance of the OcrWord class.
|
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns a System.String that represents this OcrWord instance.
(Overrides |
Properties
| Name | Description | |
|---|---|---|
| Box |
Gets or sets the bounding box of the word in a string format.
The box is described as X0,Y0,Width,Height.
X0,Y0 are the coordinates of the top left corner of the word relative to the top left corner of the image.
| |
| Confidence |
Gets or sets the confidence of the word.
| |
| Text |
Gets or sets the text of the word.
|
See Also