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:



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 1617

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