class Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse
A list of file annotation responses.
Attributes
responses[RW]
The list of file annotation responses, each response corresponding to each AnnotateFileRequest
in BatchAnnotateFilesRequest
. Corresponds to the JSON property `responses` @return [Array<Google::Apis::VisionV1::GoogleCloudVisionV1p4beta1AnnotateFileResponse>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vision_v1/classes.rb, line 6734 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vision_v1/classes.rb, line 6739 def update!(**args) @responses = args[:responses] if args.key?(:responses) end