Package com.google.cloud.documentai.v1
Interface DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DocumentOutputConfig.GcsOutputConfig.ShardingConfig
,DocumentOutputConfig.GcsOutputConfig.ShardingConfig.Builder
- Enclosing class:
- DocumentOutputConfig.GcsOutputConfig
public static interface DocumentOutputConfig.GcsOutputConfig.ShardingConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPagesOverlap()
The number of overlapping pages between consecutive shards.int
getPagesPerShard()
The number of pages per shard.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-