public sealed class StreamWithAnnotation.Types.NodeAnnotation : IMessage<StreamWithAnnotation.Types.NodeAnnotation>, IEquatable<StreamWithAnnotation.Types.NodeAnnotation>, IDeepCloneable<StreamWithAnnotation.Types.NodeAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class StreamWithAnnotation.Types.NodeAnnotation.
Message describing annotations specific to application node.
Implements
IMessageStreamWithAnnotationTypesNodeAnnotation, IEquatableStreamWithAnnotationTypesNodeAnnotation, IDeepCloneableStreamWithAnnotationTypesNodeAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|