Vision AI v1 API - Class StreamWithAnnotation.Types.NodeAnnotation (1.0.0-beta01)

public sealed class StreamWithAnnotation.Types.NodeAnnotation : IMessage<StreamWithAnnotation.Types.NodeAnnotation>, IEquatable<StreamWithAnnotation.Types.NodeAnnotation>, IDeepCloneable<StreamWithAnnotation.Types.NodeAnnotation>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class StreamWithAnnotation.Types.NodeAnnotation.

Message describing annotations specific to application node.

Inheritance

object > StreamWithAnnotation.Types.NodeAnnotation

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

NodeAnnotation()

public NodeAnnotation()

NodeAnnotation(NodeAnnotation)

public NodeAnnotation(StreamWithAnnotation.Types.NodeAnnotation other)
Parameter
Name Description
other StreamWithAnnotationTypesNodeAnnotation

Properties

Annotations

public RepeatedField<StreamAnnotation> Annotations { get; }

The node specific stream annotations.

Property Value
Type Description
RepeatedFieldStreamAnnotation

Node

public string Node { get; set; }

The node name of the application graph.

Property Value
Type Description
string