Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

How can I enable support multi language #109

Open
tungds opened this issue Jul 12, 2019 · 0 comments
Open

How can I enable support multi language #109

tungds opened this issue Jul 12, 2019 · 0 comments

Comments

@tungds
Copy link

tungds commented Jul 12, 2019

I found this code in Tutorial:

    // Configure request to enable multiple languages
    RecognitionConfig config =
        RecognitionConfig.newBuilder()
            .setEncoding(AudioEncoding.LINEAR16)
            .setSampleRateHertz(16000)
            .setLanguageCode("ja-JP")
            .addAllAlternativeLanguageCodes(languageList)
            .build();

How to build project to support this function?
Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant