TextToSpeechResponseUpdate constructor

TextToSpeechResponseUpdate({
  1. DataContent? audio,
  2. String? responseId,
  3. String? modelId,
  4. Object? rawRepresentation,
  5. AdditionalPropertiesDictionary? additionalProperties,
})

Implementation

TextToSpeechResponseUpdate({
  this.audio,
  this.responseId,
  this.modelId,
  this.rawRepresentation,
  this.additionalProperties,
});