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

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

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

Properties

PagesOverlap

public int PagesOverlap { get; set; }

The number of overlapping pages between consecutive shards.

Property Value
TypeDescription
Int32

PagesPerShard

public int PagesPerShard { get; set; }

The number of pages per shard.

Property Value
TypeDescription
Int32