Speech Recognition French

FREEMIUM
Por HiVoicy | Actualizada 4일 전 | Artificial Intelligence/Machine Learning
Health Check

N/A

LÉAME

Speech Recognition

HiVoicy French ASR API can convert any French audio to text.You can try our speech recognition with your mobile voice recorder or uploading a file easily on our website.

www.HiVoicy.com

-Supported file types: mp3, Ogg, Wav, m4a and WMA.
-Max length can be 1 minute.

  • Accuracy > 92 %
    -Transcribe speech to text in real-time.
    -Running pre-bulit models,tailored for your use case
    -Noise robust
    -Voice activity detection support (VAD)
    -API , SDK for Android, Windows, iOS and Linux
    -The ability to integrate with mobile apps, cloud software, connected
    devices and ultimately internet of things
    -Available on your private cloud
    -The ability to develop for the other languages

Python Quick Start

  import requests

  api_url = 'https://speech-recognition-french.p.rapidapi.com/api/asr'
  api_key = 'Your API Key'

  sound_path = 'Sound directory path'
  sound_name = 'Sound file name'

  files = {'sound': (sound_name, open(sound_path + sound_name, 'rb'), 'multipart/form-data')}
  header = {
      "x-rapidapi-host": "speech-recognition-french.p.rapidapi.com",
      "x-rapidapi-key": api_key
      }
  response = requests.post(api_url, files=files, headers=header)

####JSON output

{
  "statusCode": 200,
  "statusMessage": "OK",
  "hasError": false,
  "request": {
    "conversationID": "558ac9e361474095b3932766e12271d5",
    "linkFile": "",
    "packetID": "13e814954f804c74a1c652813013650e",
    "timeStamp": 132492249210298480,
    "userID": "b12ee63a8ae74ca990449a17e8e71fac"
  },
  "data": {
    "phonetic": "Phonetic of text",
    "text": "Your text of voice ",
    "duration": 2
  }
}
Seguidores: 41
Recursos:
Sitio web del producto
Creador de la API:
Rapid account: Hi Voicy
HiVoicy
hivoicy-vxmKOG2vl
Inicie sesión para calificar la API
Valoración: 5 - Votos: 1