GoogleCloudContentwarehouseV1QAResult constructor

GoogleCloudContentwarehouseV1QAResult({
  1. double? confidenceScore,
  2. List<GoogleCloudContentwarehouseV1QAResultHighlight>? highlights,
})

Implementation

GoogleCloudContentwarehouseV1QAResult({
  this.confidenceScore,
  this.highlights,
});