Cloud Document AI v1 API - Class DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig (3.14.0)

public sealed class DocumentOutputConfig.Types.GcsOutputConfig.Types.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.

The sharding config for the output document.

Inheritance

object > DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ShardingConfig()

public ShardingConfig()

ShardingConfig(ShardingConfig)

public ShardingConfig(DocumentOutputConfig.Types.GcsOutputConfig.Types.ShardingConfig other)
Parameter
NameDescription
otherDocumentOutputConfigTypesGcsOutputConfigTypesShardingConfig

Properties

PagesOverlap

public int PagesOverlap { get; set; }

The number of overlapping pages between consecutive shards.

Property Value
TypeDescription
int

PagesPerShard

public int PagesPerShard { get; set; }

The number of pages per shard.

Property Value
TypeDescription
int