Cloud Document AI v1beta3 API - Class Dataset.Types.GCSManagedConfig (2.0.0-beta18)

public sealed class Dataset.Types.GCSManagedConfig : IMessage<Dataset.Types.GCSManagedConfig>, IEquatable<Dataset.Types.GCSManagedConfig>, IDeepCloneable<Dataset.Types.GCSManagedConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class Dataset.Types.GCSManagedConfig.

Configuration specific to the Cloud Storage-based implementation.

Inheritance

object > Dataset.Types.GCSManagedConfig

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

GCSManagedConfig()

public GCSManagedConfig()

GCSManagedConfig(GCSManagedConfig)

public GCSManagedConfig(Dataset.Types.GCSManagedConfig other)
Parameter
NameDescription
otherDatasetTypesGCSManagedConfig

Properties

GcsPrefix

public GcsPrefix GcsPrefix { get; set; }

Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.

Property Value
TypeDescription
GcsPrefix