共用方式為


AnalyzeDocumentQueryParamProperties interface

屬性

features

選擇性分析功能的清單。

locale

文字辨識和檔分析的地區設定提示。 值只能包含語言代碼 (例如 “en”、“fr”) 或BCP 47語言標記 (例如 “en-US]。

output

在分析期間產生的其他輸出。

outputContentFormat

分析結果最上層內容的格式。

可能的值:“text”、“markdown”

pages

要分析的頁碼為 1。 前任。 "1-3,5,7-9"

queryFields

要擷取的其他欄位清單。 前任。 “NumberOfGuests,StoreNumber”

stringIndexType

用來計算字串位移和長度的方法。

可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit”

屬性詳細資料

features

選擇性分析功能的清單。

features?: string[] | AnalyzeDocumentFeaturesQueryParam

屬性值

locale

文字辨識和檔分析的地區設定提示。 值只能包含語言代碼 (例如 “en”、“fr”) 或BCP 47語言標記 (例如 “en-US]。

locale?: string

屬性值

string

output

在分析期間產生的其他輸出。

output?: string[] | AnalyzeDocumentOutputQueryParam

屬性值

outputContentFormat

分析結果最上層內容的格式。

可能的值:“text”、“markdown”

outputContentFormat?: string

屬性值

string

pages

要分析的頁碼為 1。 前任。 "1-3,5,7-9"

pages?: string

屬性值

string

queryFields

要擷取的其他欄位清單。 前任。 “NumberOfGuests,StoreNumber”

queryFields?: string[] | AnalyzeDocumentQueryFieldsQueryParam

屬性值

stringIndexType

用來計算字串位移和長度的方法。

可能的值:“textElements”、“unicodeCodePoint”、“utf16CodeUnit”

stringIndexType?: string

屬性值

string