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"

stringIndexType

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