public sealed class VideoStreamInputConfig : IMessage<VideoStreamInputConfig>, IEquatable<VideoStreamInputConfig>, IDeepCloneable<VideoStreamInputConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class VideoStreamInputConfig.
Message describing Video Stream Input Config. This message should only be used as a placeholder for builtin:stream-input processor, actual stream binding should be specified using corresponding API.
Implements
IMessageVideoStreamInputConfig, IEquatableVideoStreamInputConfig, IDeepCloneableVideoStreamInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
VideoStreamInputConfig()
public VideoStreamInputConfig()VideoStreamInputConfig(VideoStreamInputConfig)
public VideoStreamInputConfig(VideoStreamInputConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
VideoStreamInputConfig |
Properties
Streams
[Obsolete]
public RepeatedField<string> Streams { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
StreamsWithAnnotation
[Obsolete]
public RepeatedField<StreamWithAnnotation> StreamsWithAnnotation { get; }| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldStreamWithAnnotation |
|