AnalyzeBatchDocuments202Response interface

The request has been accepted for processing, but processing has not yet completed.

Extends

Properties

headers

The HTTP response headers.

status

The HTTP status code of the response.

Inherited Properties

body

Parsed body

request

The request that generated this response.

Property Details

headers

The HTTP response headers.

headers: RawHttpHeaders & AnalyzeBatchDocuments202Headers

Property Value

status

The HTTP status code of the response.

status: "202"

Property Value

"202"

Inherited Property Details

body

Parsed body

body: unknown

Property Value

unknown

Inherited From HttpResponse.body

request

The request that generated this response.

request: PipelineRequest

Property Value

Inherited From HttpResponse.request