Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImageAnnotator::Rest::ServiceStub.
REST service stub for the ImageAnnotator service.
Service stub contains baseline method implementations
including transcoding, making the REST call, and deserialing the response.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Cloud Vision V1 API - Class Google::Cloud::Vision::V1::ImageAnnotator::Rest::ServiceStub (v1.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.1 (latest)](/ruby/docs/reference/google-cloud-vision-v1/latest/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [1.3.0](/ruby/docs/reference/google-cloud-vision-v1/1.3.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [1.2.1](/ruby/docs/reference/google-cloud-vision-v1/1.2.1/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [1.1.0](/ruby/docs/reference/google-cloud-vision-v1/1.1.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [1.0.1](/ruby/docs/reference/google-cloud-vision-v1/1.0.1/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.15.0](/ruby/docs/reference/google-cloud-vision-v1/0.15.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.14.0](/ruby/docs/reference/google-cloud-vision-v1/0.14.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.13.2](/ruby/docs/reference/google-cloud-vision-v1/0.13.2/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.12.0](/ruby/docs/reference/google-cloud-vision-v1/0.12.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.11.1](/ruby/docs/reference/google-cloud-vision-v1/0.11.1/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.10.0](/ruby/docs/reference/google-cloud-vision-v1/0.10.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.9.0](/ruby/docs/reference/google-cloud-vision-v1/0.9.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.8.0](/ruby/docs/reference/google-cloud-vision-v1/0.8.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.7.0](/ruby/docs/reference/google-cloud-vision-v1/0.7.0/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub)\n- [0.6.4](/ruby/docs/reference/google-cloud-vision-v1/0.6.4/Google-Cloud-Vision-V1-ImageAnnotator-Rest-ServiceStub) \nReference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::ImageAnnotator::Rest::ServiceStub.\n\nREST service stub for the ImageAnnotator service.\nService stub contains baseline method implementations\nincluding transcoding, making the REST call, and deserialing the response. \n\nInherits\n--------\n\n- Object\n\nMethods\n-------\n\n### #async_batch_annotate_files\n\n def async_batch_annotate_files(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the async_batch_annotate_files REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Vision::V1::AsyncBatchAnnotateFilesRequest](./Google-Cloud-Vision-V1-AsyncBatchAnnotateFilesRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #async_batch_annotate_images\n\n def async_batch_annotate_images(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Longrunning::Operation\n\nBaseline implementation for the async_batch_annotate_images REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Vision::V1::AsyncBatchAnnotateImagesRequest](./Google-Cloud-Vision-V1-AsyncBatchAnnotateImagesRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Longrunning::Operation](./Google-Longrunning-Operation))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Longrunning::Operation](./Google-Longrunning-Operation)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #batch_annotate_files\n\n def batch_annotate_files(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Vision::V1::BatchAnnotateFilesResponse\n\nBaseline implementation for the batch_annotate_files REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Vision::V1::BatchAnnotateFilesRequest](./Google-Cloud-Vision-V1-BatchAnnotateFilesRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Vision::V1::BatchAnnotateFilesResponse](./Google-Cloud-Vision-V1-BatchAnnotateFilesResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Vision::V1::BatchAnnotateFilesResponse](./Google-Cloud-Vision-V1-BatchAnnotateFilesResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #batch_annotate_images\n\n def batch_annotate_images(request_pb, options = nil) { |result, operation| ... } -\u003e ::Google::Cloud::Vision::V1::BatchAnnotateImagesResponse\n\nBaseline implementation for the batch_annotate_images REST call \n**Parameters**\n\n- **request_pb** ([::Google::Cloud::Vision::V1::BatchAnnotateImagesRequest](./Google-Cloud-Vision-V1-BatchAnnotateImagesRequest)) --- A request object representing the call parameters. Required.\n- **options** (::Gapic::CallOptions) --- Overrides the default settings for this call, e.g, timeout, retries etc. Optional. \n**Yields**\n\n- (result, operation) --- Access the result along with the TransportOperation object \n**Yield Parameters**\n\n- **result** ([::Google::Cloud::Vision::V1::BatchAnnotateImagesResponse](./Google-Cloud-Vision-V1-BatchAnnotateImagesResponse))\n- **operation** (::Gapic::Rest::TransportOperation) \n**Returns**\n\n- ([::Google::Cloud::Vision::V1::BatchAnnotateImagesResponse](./Google-Cloud-Vision-V1-BatchAnnotateImagesResponse)) --- A result object deserialized from the server's reply \n**Raises**\n\n- (::ArgumentError)\n\n### #endpoint\n\n def endpoint() -\u003e String\n\nThe effective endpoint \n**Returns**\n\n- (String)\n\n### #logger\n\n def logger(stub: false) -\u003e Logger\n\nThe logger used for request/response debug logging. \n**Returns**\n\n- (Logger)\n\n### #universe_domain\n\n def universe_domain() -\u003e String\n\nThe effective universe domain \n**Returns**\n\n- (String)"]]