public sealed class StreamAnnotations : IMessage<StreamAnnotations>, IEquatable<StreamAnnotations>, IDeepCloneable<StreamAnnotations>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class StreamAnnotations.
A wrapper of repeated StreamAnnotation.
Implements
IMessageStreamAnnotations, IEquatableStreamAnnotations, IDeepCloneableStreamAnnotations, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
StreamAnnotations()
public StreamAnnotations()StreamAnnotations(StreamAnnotations)
public StreamAnnotations(StreamAnnotations other)| Parameter | |
|---|---|
| Name | Description |
other |
StreamAnnotations |
Properties
StreamAnnotations_
public RepeatedField<StreamAnnotation> StreamAnnotations_ { get; }Multiple annotations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStreamAnnotation |
|