Cloud Document AI v1 API - Class GcsPrefix (3.12.0)

public sealed class GcsPrefix : IMessage<GcsPrefix>, IEquatable<GcsPrefix>, IDeepCloneable<GcsPrefix>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1 API class GcsPrefix.

Specifies all documents on Cloud Storage with a common prefix.

Inheritance

object > GcsPrefix

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

GcsPrefix()

public GcsPrefix()

GcsPrefix(GcsPrefix)

public GcsPrefix(GcsPrefix other)
Parameter
NameDescription
otherGcsPrefix

Properties

GcsUriPrefix

public string GcsUriPrefix { get; set; }

The URI prefix.

Property Value
TypeDescription
string