Reference documentation and code samples for the Google Cloud Vision Ai V1 Client 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.
Generated from protobuf message google.cloud.visionai.v1.VideoStreamInputConfig
Namespace
Google \ Cloud \ VisionAI \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ streams
string[]
↳ streams_with_annotation
array< StreamWithAnnotation
>
getStreams
Generated from protobuf field repeated string streams = 1 [deprecated = true];
setStreams
Generated from protobuf field repeated string streams = 1 [deprecated = true];
var
string[]
$this
getStreamsWithAnnotation
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
setStreamsWithAnnotation
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
$this

