BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost({required String text, String? modelId, dynamic languageCode, dynamic voiceSettings, dynamic pronunciationDictionaryLocators, dynamic seed, dynamic previousText, dynamic nextText, dynamic previousRequestIds, dynamic nextRequestIds, bool? usePvcAsIvc, BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization? applyTextNormalization, bool? applyLanguageTextNormalization})
const
BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost.fromJson(Map<String, dynamic> json)
factory

Properties

applyLanguageTextNormalization bool?
final
applyTextNormalization BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization?
final
hashCode int
The hash code for this object.
no setteroverride
languageCode → dynamic
final
modelId String?
final
nextRequestIds → dynamic
final
nextText → dynamic
final
previousRequestIds → dynamic
final
previousText → dynamic
final
pronunciationDictionaryLocators → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed → dynamic
final
text String
final
usePvcAsIvc bool?
final
voiceSettings → dynamic
final

Methods

copyWith({String? text, String? modelId, dynamic languageCode, dynamic voiceSettings, dynamic pronunciationDictionaryLocators, dynamic seed, dynamic previousText, dynamic nextText, dynamic previousRequestIds, dynamic nextRequestIds, bool? usePvcAsIvc, BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization? applyTextNormalization, bool? applyLanguageTextNormalization}) BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost

Available on BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost, provided by the $BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostExtension extension

copyWithWrapped({Wrapped<String>? text, Wrapped<String?>? modelId, Wrapped? languageCode, Wrapped? voiceSettings, Wrapped? pronunciationDictionaryLocators, Wrapped? seed, Wrapped? previousText, Wrapped? nextText, Wrapped? previousRequestIds, Wrapped? nextRequestIds, Wrapped<bool?>? usePvcAsIvc, Wrapped<BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostApplyTextNormalization?>? applyTextNormalization, Wrapped<bool?>? applyLanguageTextNormalization}) BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost

Available on BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPost, provided by the $BodyTextToSpeechStreamingWithTimestampsV1TextToSpeechVoiceIdStreamWithTimestampsPostExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override