Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig

The sharding config for the output document.

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

Properties

ETag

The ETag of the item.

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

PagesOverlap

The number of overlapping pages between consecutive shards.

Declaration
[JsonProperty("pagesOverlap")]
public virtual int? PagesOverlap { get; set; }
Property Value
Type Description
int?

PagesPerShard

The number of pages per shard.

Declaration
[JsonProperty("pagesPerShard")]
public virtual int? PagesPerShard { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX