GoogleCloudDocumentaiV1GenerateSchemaVersionRequest constructor

GoogleCloudDocumentaiV1GenerateSchemaVersionRequest({
  1. String? baseSchemaVersion,
  2. GoogleCloudDocumentaiV1GcsDocuments? gcsDocuments,
  3. GoogleCloudDocumentaiV1GcsPrefix? gcsPrefix,
  4. GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams? generateSchemaVersionParams,
  5. GoogleCloudDocumentaiV1Documents? inlineDocuments,
  6. GoogleCloudDocumentaiV1RawDocuments? rawDocuments,
})

Implementation

GoogleCloudDocumentaiV1GenerateSchemaVersionRequest({
  this.baseSchemaVersion,
  this.gcsDocuments,
  this.gcsPrefix,
  this.generateSchemaVersionParams,
  this.inlineDocuments,
  this.rawDocuments,
});