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 documentation for the `Document.Types.ShardInfo` class within the Google Cloud Document AI v1 API, detailing its structure and functionality."],["`Document.Types.ShardInfo` is designed to provide information about sharding in large documents, breaking it down into the index, count, and offset of shards."],["The page lists available versions of the `Document.Types.ShardInfo` class, ranging from the latest version 3.19.0 down to version 1.0.0."],["The listed `Document.Types.ShardInfo` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and has inherited members such as GetHashCode, GetType, and ToString."],["The ShardInfo class has 3 properties that can be set, ShardCount, ShardIndex and TextOffset, all of type `long`, to indicate the number of shards, the index of a particular shard, and the index of the first character in the `Document.text`."]]],[]]