addedInput schema / properties / format / default
Added value: +"mp3"
changedInput schema / properties / format / description
Previous value: -"mp3 (default) or ogg."New value: +"Audio container/encoding of the returned URL."
addedInput schema / properties / format / enum
Added value: +[
+ "mp3",
+ "ogg"
+]
addedInput schema / properties / gender / default
Added value: +"NEUTRAL"
changedInput schema / properties / gender / description
Previous value: -"NEUTRAL | MALE | FEMALE (default NEUTRAL)."New value: +"Preferred voice gender when a specific voice is not named."
addedInput schema / properties / gender / enum
Added value: +[
+ "NEUTRAL",
+ "MALE",
+ "FEMALE"
+]
addedInput schema / properties / language / default
Added value: +"en-US"
changedInput schema / properties / language / description
Previous value: -"BCP-47 language code, e.g. en-US, es-ES, sw-KE (default en-US)."New value: +"BCP-47 language tag for the voice."
addedInput schema / properties / language / examples
Added value: +[
+ "en-US",
+ "es-ES",
+ "sw-KE"
+]
addedInput schema / properties / language / pattern
Added value: +"^[a-z]{2}-[A-Z]{2}$"
changedInput schema / properties / text / description
Previous value: -"Text to speak (max 2000 chars)."New value: +"The text to synthesize into speech (a verse, prayer, or short devotional)."
addedInput schema / properties / text / examples
Added value: +[
+ "For God so loved the world..."
+]
addedInput schema / properties / text / maxLength
Added value: +2000
addedInput schema / properties / text / minLength
Added value: +1
changedInput schema / properties / voice / description
Previous value: -"Optional specific Google voice name."New value: +"Optional specific Google Cloud TTS voice name; overrides the default voice for the language."
addedInput schema / properties / voice / examples
Added value: +[
+ "en-US-Neural2-D"
+]