DetectLanguageRequest constructor

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

Implementation

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