public sealed class Document.Types.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 page provides reference documentation for the `Document.Types.ShardInfo` class within the Cloud Document AI v1 API for .NET, covering versions from 1.0.0 to 3.19.0, with 3.19.0 being the latest."],["`Document.Types.ShardInfo` is used to detail sharding information for large documents, indicating which shard a particular document fragment belongs to."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, providing methods and properties for managing document shards."],["The `ShardInfo` class contains the following properties: `ShardCount`, which represents the total number of document shards, `ShardIndex`, which is the index of the shard itself, and `TextOffset`, which is the starting character index in the original document text."]]],[]]