Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class VideoType.
Type information for video data.
Generated from protobuf message google.cloud.visionai.v1.IngestAssetRequest.Config.VideoType
Namespace
Google \ Cloud \ VisionAI \ V1 \ IngestAssetRequest \ ConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ container_format |
int
Container format of the video data. |
getContainerFormat
Container format of the video data.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ContainerFormat. |
setContainerFormat
Container format of the video data.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ContainerFormat. |
| Returns | |
|---|---|
| Type | Description |
$this |
|