Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::AnnotationCustomizedStruct.
Customized struct represnation in annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#elements
def elements() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}) — A map from elements' keys to element's annotation value.
#elements=
def elements=(value) -> ::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}) — A map from elements' keys to element's annotation value.
Returns
- (::Google::Protobuf::Map{::String => ::Google::Cloud::VisionAI::V1::AnnotationValue}) — A map from elements' keys to element's annotation value.