Skip to main content

Introduction

Overview

The SpeechToText SDK provides the SpeechToText API that allows infotainment apps running on Pleos Connect to integrate with the Pleos Voice Recognition Platform (Speech Service). User voice is sent to the platform and the recognized text result is delivered to the app; the app can use the voice recognition service without managing microphone control or input/output settings. It offers APIs such as SDK initialization (initialize) and release (release), app registration (registerApp), listener registration and removal (addListener, removeListener), real-time speech recognition request and stop (request, stop), PCM audio send and complete (sendAudio, completeAudioSend), and language configuration (setLocale).

The package structure and API specifications can be found in the SpeechToText API Reference.

Development Environment Setup

To use the SpeechToText SDK, install the Pleos Connect Emulator in Android Studio, and then proceed with the AVD settings.