Class: Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig::ShardingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig::ShardingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_io.rb
Overview
The sharding config for the output document.
Instance Attribute Summary collapse
-
#pages_overlap ⇒ ::Integer
The number of overlapping pages between consecutive shards.
-
#pages_per_shard ⇒ ::Integer
The number of pages per shard.
Instance Attribute Details
#pages_overlap ⇒ ::Integer
Returns The number of overlapping pages between consecutive shards.
118 119 120 121 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 118 class ShardingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pages_per_shard ⇒ ::Integer
Returns The number of pages per shard.
118 119 120 121 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 118 class ShardingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |