共用方式為


DocumentLanguage interface

物件,表示指定文字範圍的偵測到語言。

屬性

confidence

正確識別語言的信賴度。

locale

偵測到的語言。 值可能會有 ISO 639-1 語言代碼 (例如 「en」、「fr」) 或 BCP 47 語言標記 (,例如 「zh-Hans」) 。

spans

語言所套用之串連內容中的文字專案位置。

屬性詳細資料

confidence

正確識別語言的信賴度。

confidence: number

屬性值

number

locale

偵測到的語言。 值可能會有 ISO 639-1 語言代碼 (例如 「en」、「fr」) 或 BCP 47 語言標記 (,例如 「zh-Hans」) 。

locale: string

屬性值

string

spans

語言所套用之串連內容中的文字專案位置。

spans: DocumentSpan[]

屬性值