Class: Google::Cloud::VisionAI::V1::AnnotationCustomizedStruct

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

Overview

Customized struct represnation in annotation.

Defined Under Namespace

Classes: ElementsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#elements::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}

Returns A map from elements' keys to element's annotation value.

Returns:



1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1593

class AnnotationCustomizedStruct
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::VisionAI::V1::AnnotationValue]
  class ElementsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end