Skip to content

Latest commit

 

History

History
101 lines (55 loc) · 2.04 KB

GetDocumentOptionalParams.md

File metadata and controls

101 lines (55 loc) · 2.04 KB

@affinda/affinda / Exports / GetDocumentOptionalParams

Interface: GetDocumentOptionalParams

Optional parameters.

Hierarchy

  • OperationOptions

    GetDocumentOptionalParams

Table of contents

Properties

Properties

abortSignal

Optional abortSignal: AbortSignalLike

The signal which can be used to abort requests.

Inherited from

coreClient.OperationOptions.abortSignal


compact

Optional compact: boolean

If "true", the response is compacted to annotations' parsed data. Annotations' meta data are excluded. Default is "false".


format

Optional format: string

Specify which format you want the response to be. Default is "json"


onResponse

Optional onResponse: RawResponseCallback

A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.

Inherited from

coreClient.OperationOptions.onResponse


requestOptions

Optional requestOptions: OperationRequestOptions

Options used when creating and sending HTTP requests for this operation.

Inherited from

coreClient.OperationOptions.requestOptions


serializerOptions

Optional serializerOptions: SerializerOptions

Options to override serialization/de-serialization behavior.

Inherited from

coreClient.OperationOptions.serializerOptions


tracingOptions

Optional tracingOptions: OperationTracingOptions

Options used when tracing is enabled.

Inherited from

coreClient.OperationOptions.tracingOptions