Google Cloud Translation v3 API - Class GcsSource (3.5.0)

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.

Inheritance

object > GcsSource

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

InputUri

public string InputUri { get; set; }

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

Property Value
TypeDescription
string