public sealed class 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-04-02 UTC."],[[["This webpage provides reference documentation for the `ShardingConfig` class within the Google Cloud Document AI v1 API, specifically focusing on version 3.5.0 and showing versions going up to 3.19.0 and down to 1.0.0."],["`ShardingConfig` is used for the output document's sharding configuration, which is a nested type under `DocumentOutputConfig.Types.GcsOutputConfig.Types`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ShardingConfig` class has properties `PagesOverlap` and `PagesPerShard`, both of type `Int32`, to manage the number of overlapping pages and pages per shard, respectively."],["There are two constructors available for `ShardingConfig`, one default and another that accepts another `ShardingConfig` object for cloning purposes."],["The latest version of the `ShardingConfig` can be found in the 3.19.0 documentation."]]],[]]