Class: Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionResponse::StructedOutputAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionResponse::StructedOutputAnnotation
- 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
-
#annotation ⇒ ::Google::Protobuf::Struct
The struct format of the actual annotation.
Instance Attribute Details
#annotation ⇒ ::Google::Protobuf::Struct
Returns The struct format of the actual annotation.
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 |