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 reference documentation for the `Document.Types.ShardInfo` class in the Cloud Document AI v1 API, detailing its purpose in handling document sharding."],["The `Document.Types.ShardInfo` class is part of the `Google.Cloud.DocumentAI.V1` namespace and is implemented across various versions, from 1.0.0 to the latest version, 3.19.0, and provides methods to use the ShardInfo, as well as which libraries it inherits from."],["`Document.Types.ShardInfo` has three properties: `ShardCount`, which represents the total number of shards; `ShardIndex`, which is the 0-based index of the shard; and `TextOffset`, which is the index of the first character in the global text."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class, adding to its usability across projects."],["The page allows users to navigate to different versions of the documentation, ranging from version 1.0.0 up to the most current 3.19.0, allowing for proper version selection and compatibility across projects."]]],[]]