JavaScript API Interfaces
As seen across the API documentation, the JavaScript Label Recognizer works with a number of different interfaces. This section will list them all and run through the purpose of each interface.
API Interface | Description |
---|---|
DLRCharacterResult | Interface that provides more info on the specific characters of a result returned by the recognizer. |
DLRLineResult | Interface that provides more info on the specific lines of a result returned by the recognizer. |
DLRReferenceRegion | Interface used to get or set (via the RuntimeSettings) the reference region used to identify the label. |
DLRResult | Interface for the results returned by the label recognizer. |
DLRRuntimeSettings | Interface for setting up the recognition process. |
DLRScanSettings | Interface for scan behaviour customization. |
Point | Interface for the points used to represent a quadrilateral or reference region. |
Quadrilateral | Interface for the quadrilateral in which the result (line or character) is located. |
ImageSource | Interface that defines an Image Source. |
DSImage | Interface that defines an image acquired by an Image Source. |