BodyTextToSpeechV1TextToSpeechVoiceIdPost class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- BodyTextToSpeechV1TextToSpeechVoiceIdPost({required String text, String? modelId, dynamic languageCode, dynamic voiceSettings, dynamic pronunciationDictionaryLocators, dynamic seed, dynamic previousText, dynamic nextText, dynamic previousRequestIds, dynamic nextRequestIds, bool? usePvcAsIvc, BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization? applyTextNormalization, bool? applyLanguageTextNormalization})
-
const
-
BodyTextToSpeechV1TextToSpeechVoiceIdPost.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applyLanguageTextNormalization → bool?
-
final
- applyTextNormalization → BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization?
-
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, BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization? applyTextNormalization, bool? applyLanguageTextNormalization}) → BodyTextToSpeechV1TextToSpeechVoiceIdPost -
Available on BodyTextToSpeechV1TextToSpeechVoiceIdPost, provided by the $BodyTextToSpeechV1TextToSpeechVoiceIdPostExtension 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<BodyTextToSpeechV1TextToSpeechVoiceIdPostApplyTextNormalization?> ? applyTextNormalization, Wrapped<bool?> ? applyLanguageTextNormalization}) → BodyTextToSpeechV1TextToSpeechVoiceIdPost -
Available on BodyTextToSpeechV1TextToSpeechVoiceIdPost, provided by the $BodyTextToSpeechV1TextToSpeechVoiceIdPostExtension 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 BodyTextToSpeechV1TextToSpeechVoiceIdPost Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BodyTextToSpeechV1TextToSpeechVoiceIdPost instance)