Amazon Transcribe · JSON Structure

Amazon Transcribe Tag Structure

Type: object Properties: 0
Audio ProcessingMachine LearningSpeech RecognitionSpeech-To-TextTranscription

Tag is a JSON Structure definition published by Amazon Transcribe.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Tag",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "Key",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "Value",
      "type": "string",
      "description": "",
      "required": true
    }
  ]
}