Class GcsPrefix (1.2.0)

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

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