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 documents the `ShardInfo` class within the `Google.Cloud.DocumentAI.V1` namespace, providing details on its purpose and structure."],["`ShardInfo` is used to provide details about document shards, including the total number of shards, the index of the current shard, and the text offset of this shard within the global document text."],["The page includes links to different versions of the `ShardInfo` documentation, ranging from version 1.0.0 to the latest version, 3.19.0."],["`ShardInfo` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protobuf ecosystem."],["The class includes three main properties: ShardCount, ShardIndex, and TextOffset, all of which are of type Int64 and are used for the aforementioned detail about document shards."]]],[]]