GoogleCloudDocumentaiV1ProcessorVersion constructor
GoogleCloudDocumentaiV1ProcessorVersion({
- String? createTime,
- GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo? deprecationInfo,
- String? displayName,
- GoogleCloudDocumentaiV1DocumentSchema? documentSchema,
- bool? googleManaged,
- String? kmsKeyName,
- String? kmsKeyVersionName,
- GoogleCloudDocumentaiV1EvaluationReference? latestEvaluation,
- String? modelType,
- String? name,
- bool? satisfiesPzi,
- bool? satisfiesPzs,
- String? state,
Implementation
GoogleCloudDocumentaiV1ProcessorVersion({
this.createTime,
this.deprecationInfo,
this.displayName,
this.documentSchema,
this.googleManaged,
this.kmsKeyName,
this.kmsKeyVersionName,
this.latestEvaluation,
this.modelType,
this.name,
this.satisfiesPzi,
this.satisfiesPzs,
this.state,
});