Class: Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig::ShardingConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pages_overlap::Integer

Returns The number of overlapping pages between consecutive shards.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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