GoogleCloudDocumentaiV1ProcessorType constructor

GoogleCloudDocumentaiV1ProcessorType({
  1. bool? allowCreation,
  2. List<GoogleCloudDocumentaiV1ProcessorTypeLocationInfo>? availableLocations,
  3. String? category,
  4. String? launchStage,
  5. String? name,
  6. List<String>? sampleDocumentUris,
  7. String? type,
})

Implementation

GoogleCloudDocumentaiV1ProcessorType({
  this.allowCreation,
  this.availableLocations,
  this.category,
  this.launchStage,
  this.name,
  this.sampleDocumentUris,
  this.type,
});