Class: Google::Cloud::VisionAI::V1::AnnotationList
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AnnotationList
- 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
-
#values ⇒ ::Array<::Google::Cloud::VisionAI::V1::AnnotationValue>
The values of
LIST
data type annotation.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::VisionAI::V1::AnnotationValue>
Returns The values of LIST
data type annotation.
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 |