共用方式為


OCR interface

包含所指定語言影像中找到的文字。

屬性

cacheId

快取識別碼。

candidates

候選文字的清單。

language

ISO 639-3 程式碼。

metadata

KeyValue 的陣列。

status

評估狀態

text

找到的文字。

trackingId

追蹤識別碼。

屬性詳細資料

cacheId

快取識別碼。

cacheId?: string

屬性值

string

candidates

候選文字的清單。

candidates?: Candidate[]

屬性值

language

ISO 639-3 程式碼。

language?: string

屬性值

string

metadata

KeyValue 的陣列。

metadata?: KeyValuePair[]

屬性值

status

評估狀態

status?: Status

屬性值

text

找到的文字。

text?: string

屬性值

string

trackingId

追蹤識別碼。

trackingId?: string

屬性值

string