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