public sealed class Dataset.Types.DocumentWarehouseConfig : IMessage<Dataset.Types.DocumentWarehouseConfig>, IEquatable<Dataset.Types.DocumentWarehouseConfig>, IDeepCloneable<Dataset.Types.DocumentWarehouseConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Dataset.Types.DocumentWarehouseConfig.
Configuration specific to the Document AI Warehouse-based implementation.
Implements
IMessageDatasetTypesDocumentWarehouseConfig, IEquatableDatasetTypesDocumentWarehouseConfig, IDeepCloneableDatasetTypesDocumentWarehouseConfig, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
DocumentWarehouseConfig()
public DocumentWarehouseConfig()
DocumentWarehouseConfig(DocumentWarehouseConfig)
public DocumentWarehouseConfig(Dataset.Types.DocumentWarehouseConfig other)
Parameter | |
---|---|
Name | Description |
other |
DatasetTypesDocumentWarehouseConfig |
Properties
Collection
public string Collection { get; set; }
Output only. The collection in Document AI Warehouse associated with the dataset.
Property Value | |
---|---|
Type | Description |
string |
Schema
public string Schema { get; set; }
Output only. The schema in Document AI Warehouse associated with the dataset.
Property Value | |
---|---|
Type | Description |
string |
SchemaAsSchemaName
public SchemaName SchemaAsSchemaName { get; set; }
SchemaName-typed view over the Schema resource name property.
Property Value | |
---|---|
Type | Description |
SchemaName |