DocumentTranslation constructor

DocumentTranslation({
  1. List<String>? byteStreamOutputs,
  2. String? detectedLanguageCode,
  3. String? mimeType,
})

Implementation

DocumentTranslation({
  this.byteStreamOutputs,
  this.detectedLanguageCode,
  this.mimeType,
});