Cloud Document AI v1beta3 API - Class ImportDocumentsMetadata.Types.ImportConfigValidationResult (2.0.0-beta18)

public sealed class ImportDocumentsMetadata.Types.ImportConfigValidationResult : IMessage<ImportDocumentsMetadata.Types.ImportConfigValidationResult>, IEquatable<ImportDocumentsMetadata.Types.ImportConfigValidationResult>, IDeepCloneable<ImportDocumentsMetadata.Types.ImportConfigValidationResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class ImportDocumentsMetadata.Types.ImportConfigValidationResult.

The validation status of each import config. Status is set to an error if there are no documents to import in the import_config, or OK if the operation will try to proceed with at least one document.

Inheritance

object > ImportDocumentsMetadata.Types.ImportConfigValidationResult

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

ImportConfigValidationResult()

public ImportConfigValidationResult()

ImportConfigValidationResult(ImportConfigValidationResult)

public ImportConfigValidationResult(ImportDocumentsMetadata.Types.ImportConfigValidationResult other)
Parameter
NameDescription
otherImportDocumentsMetadataTypesImportConfigValidationResult

Properties

InputGcsSource

public string InputGcsSource { get; set; }

The source Cloud Storage URI specified in the import config.

Property Value
TypeDescription
string

Status

public Status Status { get; set; }

The validation status of import config.

Property Value
TypeDescription
Status