Namespace google::cloud::documentai_v1 (2.19.0)

Classes

DocumentProcessorServiceClient

Service to call Document AI to process documents according to the processor's definition.

DocumentProcessorServiceConnection

The DocumentProcessorServiceConnection object for DocumentProcessorServiceClient.

DocumentProcessorServiceConnectionIdempotencyPolicy

DocumentProcessorServiceLimitedErrorCountRetryPolicy

A retry policy for DocumentProcessorServiceConnection based on counting errors.

DocumentProcessorServiceLimitedTimeRetryPolicy

A retry policy for DocumentProcessorServiceConnection based on elapsed time.

DocumentProcessorServiceRetryPolicy

The retry policy for DocumentProcessorServiceConnection.

Structs

DocumentProcessorServiceBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

DocumentProcessorServiceConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

DocumentProcessorServicePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

DocumentProcessorServiceRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDocumentProcessorServiceConnection(std::string const &, Options)

A factory function to construct an object of type DocumentProcessorServiceConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DocumentProcessorServiceClient.

The optional options argument may be used to configure aspects of the returned DocumentProcessorServiceConnection. Expected options are any of the types in the following option lists:

Parameters
NameDescription
location

Sets the prefix for the default EndpointOption value.

options

(optional) Configure the DocumentProcessorServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< DocumentProcessorServiceConnection >

MakeDocumentProcessorServiceConnection(Options)

A backwards-compatible version of the previous factory function.

Unless the service also offers a global endpoint, the default value of the EndpointOption may be useless, in which case it must be overridden.

Parameter
NameDescription
options
Returns
TypeDescription
std::shared_ptr< DocumentProcessorServiceConnection >

MakeDefaultDocumentProcessorServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< DocumentProcessorServiceConnectionIdempotencyPolicy >

Type Aliases

DocumentProcessorServicePolicyOptionList

Alias Of: OptionList< DocumentProcessorServiceRetryPolicyOption, DocumentProcessorServiceBackoffPolicyOption, DocumentProcessorServicePollingPolicyOption, DocumentProcessorServiceConnectionIdempotencyPolicyOption >

The options applicable to DocumentProcessorService.