Class: Google::Cloud::VisionAI::V1::AnnotationList

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/visionai/v1/warehouse.rb

Overview

List representation in annotation.

Instance Attribute Summary collapse

Instance Attribute Details

#values::Array<::Google::Cloud::VisionAI::V1::AnnotationValue>

Returns The values of LIST data type annotation.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1584

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