public sealed class ResourceAnnotations : IMessage<ResourceAnnotations>, IEquatable<ResourceAnnotations>, IDeepCloneable<ResourceAnnotations>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class ResourceAnnotations.
Message describing general annotation for resources.
Implements
IMessageResourceAnnotations, IEquatableResourceAnnotations, IDeepCloneableResourceAnnotations, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|