public sealed class Document.Types.ShardInfo : IMessage<Document.Types.ShardInfo>, IEquatable<Document.Types.ShardInfo>, IDeepCloneable<Document.Types.ShardInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.ShardInfo.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `Document.Types.ShardInfo` class in the Cloud Document AI v1 API, detailing its purpose in managing document sharding."],["The `Document.Types.ShardInfo` class is part of the `Google.Cloud.DocumentAI.V1` namespace and is implemented across various versions, from 1.0.0 to the latest version, 3.19.0, and has inherited members and implemented several interfaces."],["The `ShardInfo` class includes properties like `ShardCount`, `ShardIndex`, and `TextOffset`, which are used to describe the sharding details of a document, including the total number of shards, the index of a specific shard, and the text offset."],["The `ShardInfo` class has two constructors, one that is empty, and another that accepts the `Document.Types.ShardInfo` type."],["This class `Document.Types.ShardInfo` is designed to support the processing of large documents by enabling them to be split into multiple shards."]]],[]]