Package version:

Interface DocumentAnalysisClientOptions

Configurable options for DocumentAnalysisClient.

Hierarchy

Properties

Properties

stringIndexType?: StringIndexType

The unit of string offset/length values that the service returns.

In JavaScript, strings are indexed by UTF-16 code units. Do NOT set this value unless you are certain you need Unicode code-point units instead.

Default: "utf16CodeUnit"

Generated using TypeDoc