Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::ApplicationNodeAnnotation.
Message describing annotations specific to application node. This message is a duplication of StreamWithAnnotation.NodeAnnotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
Returns
- (::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>) — The node specific stream annotations.
#annotations=
def annotations=(value) -> ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
Parameter
- value (::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>) — The node specific stream annotations.
Returns
- (::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>) — The node specific stream annotations.
#node
def node() -> ::String
Returns
- (::String) — The node name of the application graph.
#node=
def node=(value) -> ::String
Parameter
- value (::String) — The node name of the application graph.
Returns
- (::String) — The node name of the application graph.