OCR interface

指定した言語の image で見つかったテキストを格納します。

プロパティ

cacheId

キャッシュ ID。

candidates

候補テキストの一覧。

language

ISO 639-3 コード。

metadata

KeyValue の配列。

status

評価の状態

text

見つかったテキスト。

trackingId

追跡 ID。

プロパティの詳細

cacheId

キャッシュ ID。

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

追跡 ID。

trackingId?: string

プロパティ値

string