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< ? pronunciationDictionaryLocators, Wrapped? seed, Wrapped? previousText, Wrapped? nextText, Wrapped<PronunciationDictionaryVersionLocatorRequestModel> ?>List< ? previousRequestIds, Wrapped<String> ?>List< ? nextRequestIds, Wrapped<String> ?>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
Static Methods
Constants
-
fromJsonFactory
→ const BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BodyTextToSpeechWithTimestampsV1TextToSpeechVoiceIdWithTimestampsPost instance)