DocumentAnalysisClientOptions interface

DocumentAnalysisClient の構成可能なオプション。

Extends

プロパティ

stringIndexType

サービスが返す文字列オフセット/長さの値の単位。

JavaScript では、文字列のインデックスは UTF-16 コード 単位によって行われます。 代わりに Unicode コード ポイント単位が必要と確信できる場合を除き、この値を設定 しないでください

既定値: "utf16CodeUnit"

継承されたプロパティ

additionalPolicies

HTTP パイプラインに含める追加のポリシー。

allowInsecureConnection

要求が HTTPS ではなく HTTP 経由で送信される場合は 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

要求が HTTPS ではなく HTTP 経由で送信される場合は 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