GoogleCloudDocumentaiV1GenerateSchemaVersionRequest constructor
GoogleCloudDocumentaiV1GenerateSchemaVersionRequest({
- String? baseSchemaVersion,
- GoogleCloudDocumentaiV1GcsDocuments? gcsDocuments,
- GoogleCloudDocumentaiV1GcsPrefix? gcsPrefix,
- GoogleCloudDocumentaiV1GenerateSchemaVersionRequestGenerateSchemaVersionParams? generateSchemaVersionParams,
- GoogleCloudDocumentaiV1Documents? inlineDocuments,
- GoogleCloudDocumentaiV1RawDocuments? rawDocuments,
Implementation
GoogleCloudDocumentaiV1GenerateSchemaVersionRequest({
this.baseSchemaVersion,
this.gcsDocuments,
this.gcsPrefix,
this.generateSchemaVersionParams,
this.inlineDocuments,
this.rawDocuments,
});