Class: Google::Cloud::Vision::V1p4beta1::BatchAnnotateFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p4beta1::BatchAnnotateFilesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb
Overview
A list of requests to annotate files using the BatchAnnotateFiles API.
Instance Attribute Summary collapse
Instance Attribute Details
#requests ⇒ ::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateFileRequest>
Returns Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.
771 772 773 774 |
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 771 class BatchAnnotateFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |