Class: Google::Cloud::VisionAI::V1::AppPlatformCloudFunctionRequest::StructedInputAnnotation

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:



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.

Returns:

  • (::Integer)

    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