GoogleCloudDocumentaiV1SchemaGenerationIteration constructor

GoogleCloudDocumentaiV1SchemaGenerationIteration({
  1. GoogleCloudDocumentaiV1SchemaVersion? adjustedSchema,
  2. GoogleCloudDocumentaiV1SchemaVersion? generatedSchema,
  3. String? prompt,
})

Implementation

GoogleCloudDocumentaiV1SchemaGenerationIteration({
  this.adjustedSchema,
  this.generatedSchema,
  this.prompt,
});