GoogleCloudVideointelligenceV1TextDetectionConfig constructor

GoogleCloudVideointelligenceV1TextDetectionConfig({
  1. List<String>? languageHints,
  2. String? model,
})

Implementation

GoogleCloudVideointelligenceV1TextDetectionConfig({
  this.languageHints,
  this.model,
});