messagebird · Schema

TranscriptionCreate

Properties

Name Type Description
language string The language of the recording for transcription.
View JSON Schema on GitHub

JSON Schema

messagebird-transcriptioncreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TranscriptionCreate",
  "title": "TranscriptionCreate",
  "type": "object",
  "properties": {
    "language": {
      "type": "string",
      "description": "The language of the recording for transcription."
    }
  }
}