public sealed class DocumentProcessorServiceSettings : ServiceSettingsBase
Settings for DocumentProcessorServiceClient instances.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
DocumentProcessorServiceSettings()
public DocumentProcessorServiceSettings()
Constructs a new DocumentProcessorServiceSettings object with default settings.
Properties
BatchProcessDocumentsOperationsSettings
public OperationsSettings BatchProcessDocumentsOperationsSettings { get; set; }
Long Running Operation settings for calls to DocumentProcessorServiceClient.BatchProcessDocuments
and
DocumentProcessorServiceClient.BatchProcessDocumentsAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
BatchProcessDocumentsSettings
public CallSettings BatchProcessDocumentsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.BatchProcessDocuments
and
DocumentProcessorServiceClient.BatchProcessDocumentsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 120 seconds.
CreateProcessorSettings
public CallSettings CreateProcessorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.CreateProcessor
and
DocumentProcessorServiceClient.CreateProcessorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteProcessorOperationsSettings
public OperationsSettings DeleteProcessorOperationsSettings { get; set; }
Long Running Operation settings for calls to DocumentProcessorServiceClient.DeleteProcessor
and
DocumentProcessorServiceClient.DeleteProcessorAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteProcessorSettings
public CallSettings DeleteProcessorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.DeleteProcessor
and
DocumentProcessorServiceClient.DeleteProcessorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DisableProcessorOperationsSettings
public OperationsSettings DisableProcessorOperationsSettings { get; set; }
Long Running Operation settings for calls to DocumentProcessorServiceClient.DisableProcessor
and
DocumentProcessorServiceClient.DisableProcessorAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DisableProcessorSettings
public CallSettings DisableProcessorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.DisableProcessor
and
DocumentProcessorServiceClient.DisableProcessorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
EnableProcessorOperationsSettings
public OperationsSettings EnableProcessorOperationsSettings { get; set; }
Long Running Operation settings for calls to DocumentProcessorServiceClient.EnableProcessor
and
DocumentProcessorServiceClient.EnableProcessorAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
EnableProcessorSettings
public CallSettings EnableProcessorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.EnableProcessor
and
DocumentProcessorServiceClient.EnableProcessorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
FetchProcessorTypesSettings
public CallSettings FetchProcessorTypesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.FetchProcessorTypes
and
DocumentProcessorServiceClient.FetchProcessorTypesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListProcessorsSettings
public CallSettings ListProcessorsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.ListProcessors
and
DocumentProcessorServiceClient.ListProcessorsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ProcessDocumentSettings
public CallSettings ProcessDocumentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.ProcessDocument
and
DocumentProcessorServiceClient.ProcessDocumentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 120 seconds.
ReviewDocumentOperationsSettings
public OperationsSettings ReviewDocumentOperationsSettings { get; set; }
Long Running Operation settings for calls to DocumentProcessorServiceClient.ReviewDocument
and
DocumentProcessorServiceClient.ReviewDocumentAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ReviewDocumentSettings
public CallSettings ReviewDocumentSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentProcessorServiceClient.ReviewDocument
and
DocumentProcessorServiceClient.ReviewDocumentAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- Initial retry delay: 100 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: DeadlineExceeded, Unavailable.
- Timeout: 120 seconds.
Methods
Clone()
public DocumentProcessorServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
DocumentProcessorServiceSettings | A deep clone of this DocumentProcessorServiceSettings object. |
GetDefault()
public static DocumentProcessorServiceSettings GetDefault()
Get a new instance of the default DocumentProcessorServiceSettings.
Returns | |
---|---|
Type | Description |
DocumentProcessorServiceSettings | A new instance of the default DocumentProcessorServiceSettings. |