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 webpage provides documentation for the `Document.Types.ShardInfo` class within the Google Cloud Document AI v1 API, specifically for the .NET environment, with the latest version being 3.19.0."],["`Document.Types.ShardInfo` is used to describe the sharding of a large document, indicating which shard the current document represents."],["The `Document.Types.ShardInfo` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for working with sharded documents."],["The `ShardInfo` class has three properties: `ShardCount` (total number of shards), `ShardIndex` (the index of the current shard), and `TextOffset` (the index of the first character in the global document text for this shard)."],["The page contains a list of available versions for this feature, starting from version 1.0.0 all the way to version 3.19.0, and each links to the documentation specific to that version."]]],[]]