Class: Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation

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. This message is a duplication of StreamWithAnnotation.NodeAnnotation.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The node specific stream annotations.

Returns:



1653
1654
1655
1656
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1653

class ApplicationNodeAnnotation
  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.



1653
1654
1655
1656
# File 'proto_docs/google/cloud/visionai/v1/platform.rb', line 1653

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