commit 25/11/2025

This commit is contained in:
2025-11-25 11:52:05 +07:00
parent 080d75946b
commit 802cf940a9
8 changed files with 317 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
package google
@Suppress("unused")
enum class GoogleTTSSSMLBreakStrength(code: String) {
None("none"),
ExtraWeak("x-weak"),
Weak("weak"),
Medium("medium"),
Strong("strong"),
ExtraStrong("x-strong")
}