Skip to content

Commit

Permalink
Fix Greek STT language code
Browse files Browse the repository at this point in the history
  • Loading branch information
zjn0505 committed Aug 13, 2024
1 parent d4e072c commit 2396e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/robotemi/sdk/SttLanguage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ enum class SttLanguage(val value: Int) {
MS_MY(22), // Supported from 134 version
VI_VN(23), // Supported from 134 version
RU_RU(24), // Supported from 134 version
EL_GR(24), // Supported from 134 version
EL_GR(25), // Supported from 134 version
;

companion object {
Expand Down

0 comments on commit 2396e64

Please sign in to comment.