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

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

Reference 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.

Inheritance

object > VideoStreamInputConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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