GoogleCloudDocumentaiV1SchemaGenerationIteration constructor
GoogleCloudDocumentaiV1SchemaGenerationIteration({
- GoogleCloudDocumentaiV1SchemaVersion? adjustedSchema,
- GoogleCloudDocumentaiV1SchemaVersion? generatedSchema,
- String? prompt,
Implementation
GoogleCloudDocumentaiV1SchemaGenerationIteration({
this.adjustedSchema,
this.generatedSchema,
this.prompt,
});