Class: Google::Cloud::Vision::V1p4beta1::AnnotateFileResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb

Overview

Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status



761
762
763
764
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 761

class AnnotateFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#input_config::Google::Cloud::Vision::V1p4beta1::InputConfig



761
762
763
764
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 761

class AnnotateFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#responses::Array<::Google::Cloud::Vision::V1p4beta1::AnnotateImageResponse>



761
762
763
764
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 761

class AnnotateFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_pages::Integer



761
762
763
764
# File 'proto_docs/google/cloud/vision/v1p4beta1/image_annotator.rb', line 761

class AnnotateFileResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end