public sealed class ShardInfo : IMessage<Document.Types.ShardInfo>, IEquatable<Document.Types.ShardInfo>, IDeepCloneable<Document.Types.ShardInfo>, IBufferMessage, IMessage
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 documentation for the `ShardInfo` class within the `Google.Cloud.DocumentAI.V1` namespace, specifically detailing its structure and usage for managing document shards."],["The `ShardInfo` class is used to describe the sharding of large documents, indicating the shard's index, total number of shards, and the offset of its text within the entire document."],["The `ShardInfo` class has properties such as `ShardCount`, `ShardIndex`, and `TextOffset`, each of which is a 64-bit integer, providing information about the shard's position and size."],["The latest version of the `ShardInfo` documentation available is version 3.19.0, and the page also contains documentation for versions going back as far as version 1.0.0."],["The `ShardInfo` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."]]],[]]