V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat enum
Values
- swaggerGeneratedUnknown → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat(null) - mp32205032 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_22050_32') - mp34410032 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_44100_32') - mp34410064 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_44100_64') - mp34410096 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_44100_96') - mp344100128 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_44100_128') - mp344100192 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('mp3_44100_192') - pcm8000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_8000') - pcm16000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_16000') - pcm22050 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_22050') - pcm24000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_24000') - pcm44100 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_44100') - pcm48000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('pcm_48000') - ulaw8000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('ulaw_8000') - alaw8000 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('alaw_8000') - opus4800032 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('opus_48000_32') - opus4800064 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('opus_48000_64') - opus4800096 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('opus_48000_96') - opus48000128 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('opus_48000_128') - opus48000192 → const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
-
const V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat('opus_48000_192')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat> - A constant List of the values in this enum, in order of their declaration.