Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig

The configuration used when outputting documents.

Inheritance
object
GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig
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 GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FieldMask

Specifies which fields to include in the output documents. Only supports top level document and pages field so it must be in the form of {document_field_name} or pages.{page_field_name}.

Declaration
[JsonProperty("fieldMask")]
public virtual object FieldMask { get; set; }
Property Value
Type Description
object

GcsUri

The Cloud Storage uri (a directory) of the output.

Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type Description
string

ShardingConfig

Specifies the sharding config for the output document.

Declaration
[JsonProperty("shardingConfig")]
public virtual GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig ShardingConfig { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX