Google Cloud Translation v3 API - Class GcsOutputDestination (3.6.0)

public sealed class GcsOutputDestination : IMessage<GcsOutputDestination>, IEquatable<GcsOutputDestination>, IDeepCloneable<GcsOutputDestination>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class GcsOutputDestination.

The Google Cloud Storage location for the output content.

Inheritance

object > GcsOutputDestination

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

GcsOutputDestination()

public GcsOutputDestination()

GcsOutputDestination(GcsOutputDestination)

public GcsOutputDestination(GcsOutputDestination other)
Parameter
NameDescription
otherGcsOutputDestination

Properties

OutputUriPrefix

public string OutputUriPrefix { get; set; }

Required. Google Cloud Storage URI to output directory. For example, gs://bucket/directory. The requesting user must have write permission to the bucket. The directory will be created if it doesn't exist.

Property Value
TypeDescription
string