Cloud Document AI v1beta3 API - Class GcsPrefix (2.0.0-beta18)

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

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

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