ExtractedToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Canonical representation of single extracted text.
public class ExtractedToken
type ExtractedToken = class
Public Class ExtractedToken
- Inheritance
-
ExtractedToken
Constructors
ExtractedToken() |
Initializes a new instance of the ExtractedToken class. |
ExtractedToken(String, IList<Nullable<Double>>, Nullable<Double>) |
Initializes a new instance of the ExtractedToken class. |
Properties
BoundingBox |
Gets or sets bounding box of the extracted text. Represents the location of the extracted text as a pair of cartesian co-ordinates. The co-ordinate pairs are arranged by top-left, top-right, bottom-right and bottom-left endpoints box with origin reference from the bottom-left of the page. |
Confidence |
Gets or sets a measure of accuracy of the extracted text. |
Text |
Gets or sets string value of the extracted text. |
Applies to
Azure SDK for .NET