public sealed class GcsPrefix : IMessage<GcsPrefix>, IEquatable<GcsPrefix>, IDeepCloneable<GcsPrefix>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class GcsPrefix.
Specifies all documents on Cloud Storage with a common prefix.
Implements
IMessage<GcsPrefix>, IEquatable<GcsPrefix>, IDeepCloneable<GcsPrefix>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
GcsPrefix()
public GcsPrefix()GcsPrefix(GcsPrefix)
public GcsPrefix(GcsPrefix other)| Parameter | |
|---|---|
| Name | Description |
other |
GcsPrefix |
Properties
GcsUriPrefix
public string GcsUriPrefix { get; set; }The URI prefix.
| Property Value | |
|---|---|
| Type | Description |
String |
|