AnalyzeBatchDocumentsQueryParamProperties interface
プロパティ
features | オプションの分析機能の一覧。 |
locale | テキスト認識とドキュメント分析のロケール ヒント。 値には、言語コード (例: "en"、"fr") または BCP 47 言語タグ (例: "en-US") のみを含むことができます。 |
output | 分析中に生成する追加の出力。 |
output |
分析結果の最上位コンテンツの形式。 使用可能な値: "text"、"markdown" |
pages | 分析する 1 から始まるページ番号。 旧。 "1-3,5,7-9" |
query |
抽出する追加フィールドの一覧。 旧。 "NumberOfGuests,StoreNumber" |
string |
文字列のオフセットと長さを計算するために使用されるメソッド。 使用可能な値: "textElements"、"unicodeCodePoint"、"utf16CodeUnit" |
プロパティの詳細
features
オプションの分析機能の一覧。
features?: string[] | AnalyzeBatchDocumentsFeaturesQueryParam
プロパティ値
string[] | AnalyzeBatchDocumentsFeaturesQueryParam
locale
テキスト認識とドキュメント分析のロケール ヒント。 値には、言語コード (例: "en"、"fr") または BCP 47 言語タグ (例: "en-US") のみを含むことができます。
locale?: string
プロパティ値
string
output
分析中に生成する追加の出力。
output?: string[] | AnalyzeBatchDocumentsOutputQueryParam
プロパティ値
string[] | AnalyzeBatchDocumentsOutputQueryParam
outputContentFormat
分析結果の最上位コンテンツの形式。
使用可能な値: "text"、"markdown"
outputContentFormat?: string
プロパティ値
string
pages
分析する 1 から始まるページ番号。 旧。 "1-3,5,7-9"
pages?: string
プロパティ値
string
queryFields
抽出する追加フィールドの一覧。 旧。 "NumberOfGuests,StoreNumber"
queryFields?: string[] | AnalyzeBatchDocumentsQueryFieldsQueryParam
プロパティ値
string[] | AnalyzeBatchDocumentsQueryFieldsQueryParam
stringIndexType
文字列のオフセットと長さを計算するために使用されるメソッド。
使用可能な値: "textElements"、"unicodeCodePoint"、"utf16CodeUnit"
stringIndexType?: string
プロパティ値
string