Google Cloud Vision v1 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 Vision v1 API class GcsSource.

The Google Cloud Storage location where the input will be read from.

Inheritance

object > GcsSource

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

GcsSource()

public GcsSource()

GcsSource(GcsSource)

public GcsSource(GcsSource other)
Parameter
NameDescription
otherGcsSource

Properties

Uri

public string Uri { get; set; }

Google Cloud Storage URI for the input file. This must only be a Google Cloud Storage object. Wildcards are not currently supported.

Property Value
TypeDescription
string