public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageThe Google Cloud Storage location where the input will be read from.
Implements
IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
GcsSource()
public GcsSource()GcsSource(GcsSource)
public GcsSource(GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsSource |
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 | |
|---|---|
| Type | Description |
String |
|