Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig

Configuration specific to the Cloud Storage-based implementation.

Inheritance
object
GoogleCloudDocumentaiV1beta3DatasetGCSManagedConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX