Hugging Face · Schema

SpeechRecognitionResponse

Properties

Name Type Description
text string The transcribed text
View JSON Schema on GitHub

JSON Schema

hugging-face-inference-speech-recognition-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SpeechRecognitionResponse",
  "type": "object",
  "properties": {
    "text": {
      "type": "string",
      "description": "The transcribed text"
    }
  }
}