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

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

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

A wrapper of repeated StreamAnnotation.

Inheritance

object > StreamAnnotations

Namespace

Google.Cloud.VisionAI.V1

Assembly

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