public sealed class GcsSource : IMessage<GcsSource>, IEquatable<GcsSource>, IDeepCloneable<GcsSource>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class GcsSource.
The Google Cloud Storage location for the input content.
Implements
IMessageGcsSource, IEquatableGcsSource, IDeepCloneableGcsSource, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
GcsSource()
public GcsSource()GcsSource(GcsSource)
public GcsSource(GcsSource other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsSource |
Properties
Uris
public RepeatedField<string> Uris { get; }Required. References to a Google Cloud Storage paths.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|