public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class GcsSource.
The Google Cloud Storage location for the input content.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
GcsSource()
public GcsSource()
GcsSource(GcsSource)
public GcsSource(GcsSource other)
Parameter | |
---|---|
Name | Description |
other |
GcsSource |
Properties
InputUri
public string InputUri { get; set; }
Required. Source data URI. For example, gs://my_bucket/my_object
.
Property Value | |
---|---|
Type | Description |
string |