Class: Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation
- 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
-
#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.
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.
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 |