Class: Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation
- 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.
-
#ingestion_time_micros ⇒ ::Integer
The ingestion time of the current annotation.
Instance Attribute Details
#annotation ⇒ ::Google::Protobuf::Struct
Returns The struct format of the actual annotation.
716 717 718 719 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 716 class StructedInputAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ingestion_time_micros ⇒ ::Integer
Returns The ingestion time of the current annotation.
716 717 718 719 |
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 716 class StructedInputAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |