Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::IngestAssetRequest::Config.
Configuration for the data.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset
def asset() -> ::String
Returns
- (::String) — Required. The resource name of the asset that the ingested data belongs to.
#asset=
def asset=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the asset that the ingested data belongs to.
Returns
- (::String) — Required. The resource name of the asset that the ingested data belongs to.
#video_type
def video_type() -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType
Returns
- (::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType) — Type information for video data.
#video_type=
def video_type=(value) -> ::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType
Parameter
- value (::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType) — Type information for video data.
Returns
- (::Google::Cloud::VisionAI::V1::IngestAssetRequest::Config::VideoType) — Type information for video data.