GoogleCloudDocumentaiV1Processor constructor
GoogleCloudDocumentaiV1Processor({
- String? activeSchemaVersion,
- String? createTime,
- String? defaultProcessorVersion,
- String? displayName,
- String? kmsKeyName,
- String? name,
- String? processEndpoint,
- List<
GoogleCloudDocumentaiV1ProcessorVersionAlias> ? processorVersionAliases, - bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
- String? type,
Implementation
GoogleCloudDocumentaiV1Processor({
this.activeSchemaVersion,
this.createTime,
this.defaultProcessorVersion,
this.displayName,
this.kmsKeyName,
this.name,
this.processEndpoint,
this.processorVersionAliases,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
this.type,
});