Google Cloud Translation v3 API - Class GcsInputSource (3.6.0)

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.

Inheritance

object > GcsInputSource

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

GcsInputSource()

public GcsInputSource()

GcsInputSource(GcsInputSource)

public GcsInputSource(GcsInputSource other)
Parameter
NameDescription
otherGcsInputSource

Properties

InputUri

public string InputUri { get; set; }

Required. Source data URI. For example, gs://my_bucket/my_object.

Property Value
TypeDescription
string