public sealed class DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig : IMessage<DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig>, IEquatable<DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig>, IDeepCloneable<DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig.
[[["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 `ShardingConfig` class within the Google Cloud Document AI v1 API, specifically within the `DocumentOutputConfig.Types.GcsOutputConfig.Types` namespace."],["The `ShardingConfig` class is used to define the sharding configuration for output documents, allowing for customization in how documents are split into shards."],["The class `ShardingConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object comparison, cloning, and serialization."],["The current version of the API being referenced is 3.13.0, though multiple previous versions, from 3.19.0 down to 1.0.0, are available for reference, with 3.19.0 being the latest."],["The class includes properties `PagesOverlap`, which specifies the number of pages that overlap between shards, and `PagesPerShard`, indicating how many pages each shard should contain."]]],[]]