OCR interface

Contains the text found in image for the language specified.

Properties

cacheId

The cache id.

candidates

The list of candidate text.

language

The ISO 639-3 code.

metadata

Array of KeyValue.

status

The evaluate status

text

The found text.

trackingId

The tracking id.

Property Details

cacheId

The cache id.

cacheId?: string

Property Value

string

candidates

The list of candidate text.

candidates?: Candidate[]

Property Value

language

The ISO 639-3 code.

language?: string

Property Value

string

metadata

Array of KeyValue.

metadata?: KeyValuePair[]

Property Value

status

The evaluate status

status?: Status

Property Value

text

The found text.

text?: string

Property Value

string

trackingId

The tracking id.

trackingId?: string

Property Value

string