public CallSettings AsyncBatchAnnotateFilesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ImageAnnotatorClient.AsyncBatchAnnotateFiles and ImageAnnotatorClient.AsyncBatchAnnotateFilesAsync
.
public CallSettings AsyncBatchAnnotateImagesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ImageAnnotatorClient.AsyncBatchAnnotateImages and
ImageAnnotatorClient.AsyncBatchAnnotateImagesAsync.
[[["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\u003eThe latest version of the \u003ccode\u003eImageAnnotatorSettings\u003c/code\u003e class is 3.7.0, part of the Google Cloud Vision v1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImageAnnotatorSettings\u003c/code\u003e is used for configuring settings for \u003ccode\u003eImageAnnotatorClient\u003c/code\u003e instances, which interacts with the Google Cloud Vision API.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides properties to configure \u003ccode\u003eCallSettings\u003c/code\u003e for synchronous and asynchronous operations such as \u003ccode\u003eBatchAnnotateImages\u003c/code\u003e and \u003ccode\u003eBatchAnnotateFiles\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImageAnnotatorSettings\u003c/code\u003e class contains properties such as \u003ccode\u003eAsyncBatchAnnotateFilesOperationsSettings\u003c/code\u003e, \u003ccode\u003eAsyncBatchAnnotateFilesSettings\u003c/code\u003e, \u003ccode\u003eAsyncBatchAnnotateImagesOperationsSettings\u003c/code\u003e, \u003ccode\u003eAsyncBatchAnnotateImagesSettings\u003c/code\u003e, \u003ccode\u003eBatchAnnotateFilesSettings\u003c/code\u003e, and \u003ccode\u003eBatchAnnotateImagesSettings\u003c/code\u003e that can be used to modify settings for the different calls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImageAnnotatorSettings\u003c/code\u003e class contains methods \u003ccode\u003eClone()\u003c/code\u003e and \u003ccode\u003eGetDefault()\u003c/code\u003e, to either clone the object or get a new instance of it with the default settings.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Vision v1 API - Class ImageAnnotatorSettings (3.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.6.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.6.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.5.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.5.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.4.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.4.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.3.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.3.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.2.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.1.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/3.0.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.5.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.4.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Vision.V1/2.3.0/Google.Cloud.Vision.V1.ImageAnnotatorSettings) \n\n public sealed class ImageAnnotatorSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Google Cloud Vision v1 API class ImageAnnotatorSettings.\n\nSettings for [ImageAnnotatorClient](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ImageAnnotatorClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \\\u003e ImageAnnotatorSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Clock](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Scheduler](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Interceptor](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \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.Vision.V1](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Vision.V1.dll\n\nConstructors\n------------\n\n### ImageAnnotatorSettings()\n\n public ImageAnnotatorSettings()\n\nConstructs a new [ImageAnnotatorSettings](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ImageAnnotatorSettings) object with default settings.\n\nProperties\n----------\n\n### AsyncBatchAnnotateFilesOperationsSettings\n\n public OperationsSettings AsyncBatchAnnotateFilesOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `ImageAnnotatorClient.AsyncBatchAnnotateFiles` and\n`ImageAnnotatorClient.AsyncBatchAnnotateFilesAsync`.\n\n**Remarks** \nUses default [PollSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/PollSettings.cs) 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### AsyncBatchAnnotateFilesSettings\n\n public CallSettings AsyncBatchAnnotateFilesSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`ImageAnnotatorClient.AsyncBatchAnnotateFiles` and `ImageAnnotatorClient.AsyncBatchAnnotateFilesAsync`\n.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [DeadlineExceeded](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs), [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 600 seconds.\n\n### AsyncBatchAnnotateImagesOperationsSettings\n\n public OperationsSettings AsyncBatchAnnotateImagesOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `ImageAnnotatorClient.AsyncBatchAnnotateImages` and\n`ImageAnnotatorClient.AsyncBatchAnnotateImagesAsync`.\n\n**Remarks** \nUses default [PollSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/PollSettings.cs) 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### AsyncBatchAnnotateImagesSettings\n\n public CallSettings AsyncBatchAnnotateImagesSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`ImageAnnotatorClient.AsyncBatchAnnotateImages` and\n`ImageAnnotatorClient.AsyncBatchAnnotateImagesAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [DeadlineExceeded](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs), [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 600 seconds.\n\n### BatchAnnotateFilesSettings\n\n public CallSettings BatchAnnotateFilesSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`ImageAnnotatorClient.BatchAnnotateFiles` and `ImageAnnotatorClient.BatchAnnotateFilesAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [DeadlineExceeded](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs), [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 600 seconds.\n\n### BatchAnnotateImagesSettings\n\n public CallSettings BatchAnnotateImagesSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`ImageAnnotatorClient.BatchAnnotateImages` and `ImageAnnotatorClient.BatchAnnotateImagesAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [DeadlineExceeded](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs), [Unavailable](https://github.com/grpc/grpc-dotnet/blob/6eccb614c532d52c1569ce9f14754fdc826609ef/src/Grpc.Core.Api/StatusCode.cs).\n- Timeout: 600 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public ImageAnnotatorSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static ImageAnnotatorSettings GetDefault()\n\nGet a new instance of the default [ImageAnnotatorSettings](/dotnet/docs/reference/Google.Cloud.Vision.V1/latest/Google.Cloud.Vision.V1.ImageAnnotatorSettings)."]]