Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1beta2DocumentShardInfo

For a large document, sharding may be performed to produce several document shards. Each document shard contains this field to detail which shard it is.

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

Properties

ETag

The ETag of the item.

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

ShardCount

Total number of shards.

Declaration
[JsonProperty("shardCount")]
public virtual long? ShardCount { get; set; }
Property Value
Type Description
long?

ShardIndex

The 0-based index of this shard.

Declaration
[JsonProperty("shardIndex")]
public virtual long? ShardIndex { get; set; }
Property Value
Type Description
long?

TextOffset

The index of the first character in Document.text in the overall document global text.

Declaration
[JsonProperty("textOffset")]
public virtual long? TextOffset { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX