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 v1beta3 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-24 UTC."],[[["The `Document.Types.ShardInfo` class provides details about individual shards of a large document when sharding is performed."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Cloud.DocumentAI.V1Beta3` namespace."],["The `ShardInfo` class includes properties such as `ShardCount`, `ShardIndex`, and `TextOffset`, which indicate the total number of shards, the index of the current shard, and the text offset within the overall document, respectively."],["There are two constructor options for this class, one default and another accepting a `Document.Types.ShardInfo` parameter, enabling the creation of new `ShardInfo` instances."]]],[]]