Vision AI V1 API - Class Google::Cloud::VisionAI::V1::StreamWithAnnotation::NodeAnnotation (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::StreamWithAnnotation::NodeAnnotation.

Message describing annotations specific to application node.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotations

def annotations() -> ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
Returns

#annotations=

def annotations=(value) -> ::Array<::Google::Cloud::VisionAI::V1::StreamAnnotation>
Parameter
Returns

#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.