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, part of the `Google.Cloud.DocumentAI.V1` namespace, which provides details about document sharding."],["`ShardInfo` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inheritance from `Object`."],["The latest version available for the `ShardInfo` class is 3.19.0, and the page lists several prior versions all the way back to 1.0.0."],["The class contains three properties: `ShardCount`, `ShardIndex`, and `TextOffset`, all of which are of type `Int64`, providing information about the total number of shards, the index of the current shard, and the text offset, respectively."],["The `ShardInfo` class also includes two constructors, one default and another which takes a `Document.Types.ShardInfo` object as an argument, allowing for new objects to be instantiated or cloned."]]],[]]