Class: Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
- Inherits:
-
Object
- Object
- Google::Cloud::VisionAI::V1::IngestAssetRequest::Config
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/visionai/v1/warehouse.rb
Overview
Configuration for the data.
Defined Under Namespace
Classes: VideoType
Instance Attribute Summary collapse
-
#asset ⇒ ::String
Required.
-
#video_type ⇒ ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType
Type information for video data.
Instance Attribute Details
#asset ⇒ ::String
Returns Required. The resource name of the asset that the ingested data belongs to.
2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2493 class Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type information for video data. # @!attribute [rw] container_format # @return [::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType::ContainerFormat] # Container format of the video data. class VideoType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Container format of the video. module ContainerFormat # The default type, not supposed to be used. CONTAINER_FORMAT_UNSPECIFIED = 0 # Mp4 container format. CONTAINER_FORMAT_MP4 = 1 end end end |
#video_type ⇒ ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType
Returns Type information for video data.
2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 |
# File 'proto_docs/google/cloud/visionai/v1/warehouse.rb', line 2493 class Config include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type information for video data. # @!attribute [rw] container_format # @return [::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType::ContainerFormat] # Container format of the video data. class VideoType include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Container format of the video. module ContainerFormat # The default type, not supposed to be used. CONTAINER_FORMAT_UNSPECIFIED = 0 # Mp4 container format. CONTAINER_FORMAT_MP4 = 1 end end end |