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 reference documentation for the `Document.Types.ShardInfo` class within the Google Cloud Document AI v1 API, covering versions from 1.0.0 to the latest 3.19.0."],["The `ShardInfo` class is used to specify details about document sharding, which involves dividing large documents into multiple shards."],["The class includes three key properties: `ShardCount` (total number of shards), `ShardIndex` (the index of the current shard), and `TextOffset` (the starting position of the shard's text within the overall document)."],["The `Document.Types.ShardInfo` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities such as message representation, equality checking, deep cloning, and buffer management."],["It is implemented from the `Google.Cloud.DocumentAI.V1` namespace within the `Google.Cloud.DocumentAI.V1.dll` assembly."]]],[]]