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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ streams |
array
|
↳ streams_with_annotation |
array<StreamWithAnnotation>
|
getStreams
Generated from protobuf field repeated string streams = 1 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setStreams
Generated from protobuf field repeated string streams = 1 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStreamsWithAnnotation
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setStreamsWithAnnotation
Generated from protobuf field repeated .google.cloud.visionai.v1.StreamWithAnnotation streams_with_annotation = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
var |
array<StreamWithAnnotation>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|