public sealed class Output : IMessage<Output>, IEquatable<Output>, IDeepCloneable<Output>, IBufferMessage, IMessageReference 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/. Must be
a directory and not a top-level bucket. If empty, the value is populated
from [Job.output_uri][google.cloud.video.transcoder.v1.Job.output_uri]. See
Supported input and output
formats.
| Property Value | |
|---|---|
| Type | Description |
string |
|