TextToSpeechResponse constructor
TextToSpeechResponse({
- DataContent? audio,
- String? responseId,
- String? modelId,
- UsageDetails? usage,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new TextToSpeechResponse.
Implementation
TextToSpeechResponse({
this.audio,
this.responseId,
this.modelId,
this.usage,
this.rawRepresentation,
this.additionalProperties,
});