public sealed class ShardInfo : IMessage<Document.Types.ShardInfo>, IEquatable<Document.Types.ShardInfo>, IDeepCloneable<Document.Types.ShardInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class Document.Types.ShardInfo.
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 `Document.Types.ShardInfo` class within the Google Cloud Document AI v1 API, specifically for .NET development."],["The `ShardInfo` class is used to describe document sharding, indicating how a large document is divided into multiple parts, each with its own shard details."],["The page includes a list of available versions of the documentation for this class, ranging from version 1.0.0 up to the latest version, 3.19.0, allowing users to look at old implementations of this class."],["The `ShardInfo` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering extensive functionality and compatibility within the .NET environment."],["Key properties of the `ShardInfo` class include `ShardCount`, `ShardIndex`, and `TextOffset`, which provide information about the total number of shards, the index of the current shard, and the starting text position within the overall document."]]],[]]