SpeechToText method does not provide Turkish results. #2503
Closed
HakanDOGAN1981
started this conversation in
General
Replies: 2 comments
-
replace culture with tr_TR. There is an open issue for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying the speech-to-text method, but the resulting text is in English.
These are my codes:
.net 9.0
CommunityToolkit.Maui 11.0
` public async Task MediaToolKitSpeechToTextAsync()
{
var options = new SpeechToTextOptions
{
Culture = CultureInfo.GetCultureInfo("tr-TR")
};
`
Beta Was this translation helpful? Give feedback.
All reactions