Input Response
data class InputResponse(val key: String, val preprocessingConfig: PreprocessingConfigResponse, val uri: String)
Input asset.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
URI of the media. Input files must be at least 5 seconds in duration and stored in Cloud Storage (for example, gs://bucket/inputs/file.mp4
). If empty, the value is populated from Job.input_uri
. See Supported input and output formats.