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.
Implements
IMessageGcsOutputDestination, IEquatableGcsOutputDestination, IDeepCloneableGcsOutputDestination, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
GcsOutputDestination()
public GcsOutputDestination()
GcsOutputDestination(GcsOutputDestination)
public GcsOutputDestination(GcsOutputDestination other)
Parameter | |
---|---|
Name | Description |
other | GcsOutputDestination |
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 | |
---|---|
Type | Description |
string |