0.0.13 • Published 3 years ago

@trieutulong/speech-recognition v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Capacitor Speech Recognition Plugin Combined With Pronunciation Assessment from Azure SDK

Capacitor community plugin for speech recognition combined with Pronunciation Assessment from Azure SDK

Installation

To use npm

npm install @trieutulong/speech-recognition

Sync native files

npx cap sync

iOS Platform: No further action required.

Android Platform: Register the plugin in your main activity:

import com.getcapacitor.community.speechrecognition.SpeechRecognition;

public class MainActivity extends BridgeActivity {

  @Override
  public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    registerPlugin(SpeechRecognition.class);
  }
}

Pronunciation Assessment

Pronunciation assessment with the Speech SDK: https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-pronunciation-assessment?pivots=programming-language-java

Supported methods

NameAndroidiOSWeb
start
hasPermission
requestPermission
0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago