Class GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig
Configuration specific to the Cloud Storage-based implementation.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsPrefix
Required. The Cloud Storage URI (a directory) where the documents belonging to the dataset must be stored.
Declaration
[JsonProperty("gcsPrefix")]
public virtual GoogleCloudDocumentaiV1beta3GcsPrefix GcsPrefix { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3GcsPrefix |