你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClassifyDocumentQueryParamProperties interface

属性

pages

要分析的基于 1 的页码。 前任。 "1-3,5,7-9"

split

文档拆分模式。

可能的值:“auto”、“none”、“perPage”

stringIndexType

用于计算字符串偏移量和长度的方法。

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

属性详细信息

pages

要分析的基于 1 的页码。 前任。 "1-3,5,7-9"

pages?: string

属性值

string

split

文档拆分模式。

可能的值:“auto”、“none”、“perPage”

split?: string

属性值

string

stringIndexType

用于计算字符串偏移量和长度的方法。

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

stringIndexType?: string

属性值

string