GoogleCloudDocumentaiV1DocumentSchema constructor

GoogleCloudDocumentaiV1DocumentSchema({
  1. String? description,
  2. String? displayName,
  3. String? documentPrompt,
  4. List<GoogleCloudDocumentaiV1DocumentSchemaEntityType>? entityTypes,
  5. GoogleCloudDocumentaiV1DocumentSchemaMetadata? metadata,
})

Implementation

GoogleCloudDocumentaiV1DocumentSchema({
  this.description,
  this.displayName,
  this.documentPrompt,
  this.entityTypes,
  this.metadata,
});