Reference documentation and code samples for the Document AI V1beta3 API class Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig::ShardingConfig.
The sharding config for the output document.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#pages_overlap
def pages_overlap() -> ::Integer
Returns
- (::Integer) — The number of overlapping pages between consecutive shards.
#pages_overlap=
def pages_overlap=(value) -> ::Integer
Parameter
- value (::Integer) — The number of overlapping pages between consecutive shards.
Returns
- (::Integer) — The number of overlapping pages between consecutive shards.
#pages_per_shard
def pages_per_shard() -> ::Integer
Returns
- (::Integer) — The number of pages per shard.
#pages_per_shard=
def pages_per_shard=(value) -> ::Integer
Parameter
- value (::Integer) — The number of pages per shard.
Returns
- (::Integer) — The number of pages per shard.