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."],[[["The latest version available for the `Document.Types.ShardInfo` class in the Cloud Document AI v1 API is 3.19.0, with links provided for previous versions dating back to 1.0.0."],["`Document.Types.ShardInfo` is a class used to detail the specifics of document sharding when a large document is broken down into several shards."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact with various functionalities within the .NET environment."],["The class `Document.Types.ShardInfo` has three main properties: `ShardCount` to represent the total amount of shards, `ShardIndex` to mark the 0 based index of a given shard, and `TextOffset` to mark the index of the first character in the document text."]]],[]]