Class: Google::Cloud::VisionAI::V1::StreamAnnotations

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 wrapper of repeated StreamAnnotation.

Instance Attribute Summary collapse

Instance Attribute Details

#stream_annotations::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>

Returns Multiple annotations.

Returns:



629
630
631
632
# File 'proto_docs/google/cloud/visionai/v1/annotations.rb', line 629

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