public sealed class Output : IMessage<Output>, IEquatable<Output>, IDeepCloneable<Output>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class Output.
Location of output file(s) in a Cloud Storage bucket.
Namespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
Output()
public Output()
Output(Output)
public Output(Output other)
Parameter | |
---|---|
Name | Description |
other |
Output |
Properties
Uri
public string Uri { get; set; }
URI for the output file(s). For example, gs://my-bucket/outputs/
.
If empty, the value is populated from Job.output_uri
. See
Supported input and output
formats.
Property Value | |
---|---|
Type | Description |
string |