ClassifyDocumentFromStreamQueryParamProperties interface

Properties

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

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