public sealed class ApplicationNodeAnnotation : IMessage<ApplicationNodeAnnotation>, IEquatable<ApplicationNodeAnnotation>, IDeepCloneable<ApplicationNodeAnnotation>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ApplicationNodeAnnotation.
Message describing annotations specific to application node. This message is a duplication of StreamWithAnnotation.NodeAnnotation.
Implements
IMessageApplicationNodeAnnotation, IEquatableApplicationNodeAnnotation, IDeepCloneableApplicationNodeAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ApplicationNodeAnnotation()
public ApplicationNodeAnnotation()ApplicationNodeAnnotation(ApplicationNodeAnnotation)
public ApplicationNodeAnnotation(ApplicationNodeAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplicationNodeAnnotation |
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 |
|