TextToSpeechResponse constructor

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

Creates a new TextToSpeechResponse.

Implementation

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