Class: Google::Cloud::VisionAI::V1::StreamWithAnnotation::NodeAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::StreamWithAnnotation::NodeAnnotation
- 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
-
#annotations ⇒ ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
The node specific stream annotations.
-
#node ⇒ ::String
The node name of the application graph.
Instance Attribute Details
#annotations ⇒ ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
Returns The node specific stream annotations.
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.
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 |