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

DocumentAnalysisClientOptions interface

DocumentAnalysisClient 的可配置选项。

Extends

属性

stringIndexType

服务返回的字符串偏移量/长度值的单位。

在 JavaScript 中,字符串由 UTF-16 代码单元编制索引。 除非确定需要 Unicode 码位单位,否则 请勿 设置此值。

默认值:“utf16CodeUnit”

继承属性

additionalPolicies

要包含在 HTTP 管道中的其他策略。

allowInsecureConnection

如果请求是通过 HTTP 而不是 HTTPS 发送的,则设置为 true

httpClient

将用于发送 HTTP 请求的 HttpClient。

proxyOptions

用于为传出请求配置代理的选项。

redirectOptions

有关如何处理重定向响应的选项。

retryOptions

控制如何重试失败请求的选项。

telemetryOptions

用于将常见遥测和跟踪信息设置为传出请求的选项。

tlsOptions

用于配置 TLS 身份验证的选项

userAgentOptions

用于将用户代理详细信息添加到传出请求的选项。

属性详细信息

stringIndexType

服务返回的字符串偏移量/长度值的单位。

在 JavaScript 中,字符串由 UTF-16 代码单元编制索引。 除非确定需要 Unicode 码位单位,否则 请勿 设置此值。

默认值:“utf16CodeUnit”

stringIndexType?: StringIndexType

属性值

StringIndexType

继承属性详细信息

additionalPolicies

要包含在 HTTP 管道中的其他策略。

additionalPolicies?: AdditionalPolicyConfig[]

属性值

继承自 CommonClientOptions.additionalPolicies

allowInsecureConnection

如果请求是通过 HTTP 而不是 HTTPS 发送的,则设置为 true

allowInsecureConnection?: boolean

属性值

boolean

继承自 CommonClientOptions.allowInsecureConnection

httpClient

将用于发送 HTTP 请求的 HttpClient。

httpClient?: HttpClient

属性值

继承自 CommonClientOptions.httpClient

proxyOptions

用于为传出请求配置代理的选项。

proxyOptions?: ProxySettings

属性值

继承自 CommonClientOptions.proxyOptions

redirectOptions

有关如何处理重定向响应的选项。

redirectOptions?: RedirectPolicyOptions

属性值

继承自 CommonClientOptions.redirectOptions

retryOptions

控制如何重试失败请求的选项。

retryOptions?: PipelineRetryOptions

属性值

继承自 CommonClientOptions.retryOptions

telemetryOptions

用于将常见遥测和跟踪信息设置为传出请求的选项。

telemetryOptions?: TelemetryOptions

属性值

继承自 CommonClientOptions.telemetryOptions

tlsOptions

用于配置 TLS 身份验证的选项

tlsOptions?: TlsSettings

属性值

继承自 CommonClientOptions.tlsOptions

userAgentOptions

用于将用户代理详细信息添加到传出请求的选项。

userAgentOptions?: UserAgentPolicyOptions

属性值

继承自 CommonClientOptions.userAgentOptions