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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-19 UTC."],[[["\u003cp\u003eThis webpage documents the \u003ccode\u003eShardInfo\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.DocumentAI.V1\u003c/code\u003e namespace, providing details on its purpose and structure.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eShardInfo\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe page includes links to different versions of the \u003ccode\u003eShardInfo\u003c/code\u003e documentation, ranging from version 1.0.0 to the latest version, 3.19.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eShardInfo\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its role within the Google Protobuf ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]