Class: Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionResponse::StructedOutputAnnotation

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

Overview

A general annotation message that uses struct format to represent different concrete annotation protobufs.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation::Google::Protobuf::Struct

Returns The struct format of the actual annotation.

Returns:



746
747
748
749
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 746

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