ClassifyDocumentFromStreamQueryParamProperties interface
Properties
pages | List of 1-based page numbers to analyze. Ex. "1-3,5,7-9" |
split | Document splitting mode. Possible values: "auto", "none", "perPage" |
string |
Method used to compute string offset and length. Possible values: "textElements", "unicodeCodePoint", "utf16CodeUnit" |
Property Details
pages
List of 1-based page numbers to analyze. Ex. "1-3,5,7-9"
pages?: string
Property Value
string
split
Document splitting mode.
Possible values: "auto", "none", "perPage"
split?: string
Property Value
string
stringIndexType
Method used to compute string offset and length.
Possible values: "textElements", "unicodeCodePoint", "utf16CodeUnit"
stringIndexType?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript