DetectLanguageRequest constructor

DetectLanguageRequest({
  1. String? content,
  2. Map<String, String>? labels,
  3. String? mimeType,
  4. String? model,
})

Implementation

DetectLanguageRequest({
  this.content,
  this.labels,
  this.mimeType,
  this.model,
});