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 page documents the `ShardInfo` class, part of the `Google.Cloud.DocumentAI.V1` namespace, which provides details about document sharding for large documents."],["The `ShardInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`ShardInfo` contains three properties: `ShardCount` (total number of shards), `ShardIndex` (the index of the current shard), and `TextOffset` (the starting index of the shard's text within the overall document text)."],["The page lists the availability of `ShardInfo` across various versions, ranging from 1.0.0 to the latest 3.19.0, with links to their respective documentation."],["The `ShardInfo` class provides two constructors, one default constructor, and another constructor that takes in a `Document.Types.ShardInfo` object."]]],[]]