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 within the Google Cloud Document AI v1 API, detailing how documents are sharded."],["The class `Document.Types.ShardInfo` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides information about the sharding of a document, including the `ShardCount`, `ShardIndex`, and `TextOffset` of each shard."],["The provided content shows a list of versions for `Document.Types.ShardInfo`, ranging from version 1.0.0 to 3.19.0, with links to the respective documentation pages for each."],["The webpage lists the constructors ShardInfo() and ShardInfo(ShardInfo), as well as the properties ShardCount, ShardIndex, and TextOffset, which are all of the long data type."],["It also contains the inherited members of the class, including methods like GetHashCode(), GetType(), and ToString()."]]],[]]