BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost class

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

Constructors

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

Properties

applyLanguageTextNormalization bool?
final
applyTextNormalization BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization?
final
hashCode int
The hash code for this object.
no setteroverride
languageCode → dynamic
final
modelId String?
final
nextRequestIds List<String>?
final
nextText → dynamic
final
previousRequestIds List<String>?
final
previousText → dynamic
final
pronunciationDictionaryLocators List<PronunciationDictionaryVersionLocatorRequestModel>?
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, List<PronunciationDictionaryVersionLocatorRequestModel>? pronunciationDictionaryLocators, dynamic seed, dynamic previousText, dynamic nextText, List<String>? previousRequestIds, List<String>? nextRequestIds, bool? usePvcAsIvc, BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostApplyTextNormalization? applyTextNormalization, bool? applyLanguageTextNormalization}) BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost

Available on BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost, provided by the $BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostExtension extension

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

Available on BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost, provided by the $BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPostExtension 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