Class GcsPrefix (1.0.0-beta04)

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.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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