GetAnalyzeResultPdf200Response interface

The request has succeeded.

Extends

Properties

body

Value may contain any sequence of octets

headers

The HTTP response headers.

status

The HTTP status code of the response.

Inherited Properties

request

The request that generated this response.

Property Details

body

Value may contain any sequence of octets

body: Uint8Array

Property Value

Uint8Array

headers

The HTTP response headers.

headers: RawHttpHeaders & GetAnalyzeResultPdf200Headers

Property Value

status

The HTTP status code of the response.

status: "200"

Property Value

"200"

Inherited Property Details

request

The request that generated this response.

request: PipelineRequest

Property Value

Inherited From HttpResponse.request