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

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

Reference documentation and code samples for the Vision AI v1 API class ResourceAnnotations.

Message describing general annotation for resources.

Inheritance

object > ResourceAnnotations

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ResourceAnnotations()

public ResourceAnnotations()

ResourceAnnotations(ResourceAnnotations)

public ResourceAnnotations(ResourceAnnotations other)
Parameter
Name Description
other ResourceAnnotations

Properties

ApplicationAnnotations

public RepeatedField<StreamAnnotation> ApplicationAnnotations { get; }

Annotations that will be applied to the whole application.

Property Value
Type Description
RepeatedFieldStreamAnnotation

NodeAnnotations

public RepeatedField<ApplicationNodeAnnotation> NodeAnnotations { get; }

Annotations that will be applied to the specific node of the application. If the same type of the annotations is applied to both application and node, the node annotation will be added in addition to the global application one. For example, if there is one active zone annotation for the whole application and one active zone annotation for the Occupancy Analytic processor, then the Occupancy Analytic processor will have two active zones defined.

Property Value
Type Description
RepeatedFieldApplicationNodeAnnotation