Vision AI v1 API - Class ApplicationNodeAnnotation (1.0.0-beta01)

public sealed class ApplicationNodeAnnotation : IMessage<ApplicationNodeAnnotation>, IEquatable<ApplicationNodeAnnotation>, IDeepCloneable<ApplicationNodeAnnotation>, IBufferMessage, IMessage

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

Inheritance

object > ApplicationNodeAnnotation

Namespace

Google.Cloud.VisionAI.V1

Assembly

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