Class: Google::Cloud::VisionAI::V1::StreamWithAnnotation::NodeAnnotation

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

Overview

Message describing annotations specific to application node.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The node specific stream annotations.

Returns:



1683
1684
1685
1686
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1683

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

#node::String

Returns The node name of the application graph.

Returns:

  • (::String)

    The node name of the application graph.



1683
1684
1685
1686
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1683

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