Class GoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfigShardingConfig
The sharding config for the output document.
Implements
Inherited Members
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? |