public CallSettings BatchDeleteDocumentsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
DocumentServiceClient.BatchDeleteDocuments and DocumentServiceClient.BatchDeleteDocumentsAsync
.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eDocumentServiceSettings\u003c/code\u003e class within the Cloud Document AI v1beta3 API, which is used for configuring \u003ccode\u003eDocumentServiceClient\u003c/code\u003e instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDocumentServiceSettings\u003c/code\u003e class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and includes properties like \u003ccode\u003eBatchDeleteDocumentsSettings\u003c/code\u003e, \u003ccode\u003eGetDatasetSchemaSettings\u003c/code\u003e, \u003ccode\u003eImportDocumentsSettings\u003c/code\u003e, and others, each detailing specific configurations for different client calls.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API available for \u003ccode\u003eDocumentServiceSettings\u003c/code\u003e is 2.0.0-beta23, with other previous versions also listed for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods such as \u003ccode\u003eClone()\u003c/code\u003e to create a copy of the settings and \u003ccode\u003eGetDefault()\u003c/code\u003e to obtain an instance with default settings.\u003c/p\u003e\n"],["\u003cp\u003eLong-running operations such as BatchDeleteDocuments and ImportDocuments are configured with default poll settings, which involve initial delays, delay multipliers, maximum delays, and total timeouts, all being covered within the documentation.\u003c/p\u003e\n"]]],[],null,["# Cloud Document AI v1beta3 API - Class DocumentServiceSettings (2.0.0-beta26)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta26 (latest)](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceSettings)\n- [2.0.0-beta25](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/2.0.0-beta25/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceSettings)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/1.0.0-beta04/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceSettings) \n\n public sealed class DocumentServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentServiceSettings.\n\nSettings for [DocumentServiceClient](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e DocumentServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DocumentAI.V1Beta3](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.DocumentAI.V1Beta3.dll\n\nConstructors\n------------\n\n### DocumentServiceSettings()\n\n public DocumentServiceSettings()\n\nConstructs a new [DocumentServiceSettings](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceSettings) object with default settings.\n\nProperties\n----------\n\n### BatchDeleteDocumentsOperationsSettings\n\n public OperationsSettings BatchDeleteDocumentsOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `DocumentServiceClient.BatchDeleteDocuments` and\n`DocumentServiceClient.BatchDeleteDocumentsAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### BatchDeleteDocumentsSettings\n\n public CallSettings BatchDeleteDocumentsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.BatchDeleteDocuments` and `DocumentServiceClient.BatchDeleteDocumentsAsync`\n.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GetDatasetSchemaSettings\n\n public CallSettings GetDatasetSchemaSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.GetDatasetSchema` and `DocumentServiceClient.GetDatasetSchemaAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### GetDocumentSettings\n\n public CallSettings GetDocumentSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.GetDocument` and `DocumentServiceClient.GetDocumentAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### ImportDocumentsOperationsSettings\n\n public OperationsSettings ImportDocumentsOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `DocumentServiceClient.ImportDocuments` and\n`DocumentServiceClient.ImportDocumentsAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### ImportDocumentsSettings\n\n public CallSettings ImportDocumentsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.ImportDocuments` and `DocumentServiceClient.ImportDocumentsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### ListDocumentsSettings\n\n public CallSettings ListDocumentsSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.ListDocuments` and `DocumentServiceClient.ListDocumentsAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### LocationsSettings\n\n public LocationsSettings LocationsSettings { get; set; }\n\nThe settings to use for the [LocationsClient](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Location/latest/Google.Cloud.Location.LocationsClient.html) associated with the client.\n\n### UpdateDatasetOperationsSettings\n\n public OperationsSettings UpdateDatasetOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `DocumentServiceClient.UpdateDataset` and\n`DocumentServiceClient.UpdateDatasetAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### UpdateDatasetSchemaSettings\n\n public CallSettings UpdateDatasetSchemaSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.UpdateDatasetSchema` and `DocumentServiceClient.UpdateDatasetSchemaAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\n### UpdateDatasetSettings\n\n public CallSettings UpdateDatasetSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`DocumentServiceClient.UpdateDataset` and `DocumentServiceClient.UpdateDatasetAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public DocumentServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static DocumentServiceSettings GetDefault()\n\nGet a new instance of the default [DocumentServiceSettings](/dotnet/docs/reference/Google.Cloud.DocumentAI.V1Beta3/latest/Google.Cloud.DocumentAI.V1Beta3.DocumentServiceSettings)."]]