autoEdit 2 Documentation
1.0.13
1.0.13
  • Introduction
  • Overview
    • Intro
      • Development approach
      • from 1.0.5 to 1.0.6
    • Architecture Overview
      • Lo fi Design Sketches
      • High fidelity sketches in HTML
    • Support the project
    • documentation section template
    • Build / Deployment
      • Deployment/build for Mac OS X
      • Deployment / Build for Linux
      • Deployment / Build for Windows
      • Travis CI continuous build
        • previous travis setup
  • R&D Doc
    • About R&D doc section
    • Transcription & Media Processing
      • Transcription json
      • Transcriber
        • audio to video
        • STT sdks
          • IBM Watson STT
          • Gentle STT
          • Pocketsphinx
      • Video preview conversion
      • Read metadata
    • Hypertranscript
    • Selections, Annotations, Papercuts
      • Selections
      • Annotations
      • Tags
    • Paper-edit
      • Paper-edit json
      • search-filter
      • drag-and-drop
      • Preview Paper-edit video
    • Export
      • EDL export
      • XML export
      • mp4 export
  • Appendix
    • Dev configuration
    • Current db setup
    • EDL Format
    • Reusable components
    • Prerequisites
    • Testing
    • Updating automated documentation
    • ffmpeg and ffprobe in electron
    • Adding STT services
  • Appendix - Data structures
    • IBM Watson json specs
    • Gentle Json transcription specs
    • Pocketsphinx results
    • autoEdit transcription Json
  • QA List
    • QA Intro
  • Adobe Panel
    • autoEdit Adobe CEP Panel dev setup
      • Adobe Extensions HostList codes
    • autoEdit Adobe CEP Panel integration overview
    • Jsx functions for Adobe CEP autoEdit adobe Panel
    • Packaging and distributing Adobe CEP Extensions
      • Packaging signing Adobe CEP Panel in details
      • Submit to Adobe
  • Project Page
    • Build project page
    • Build/update demo front end page
  • Roadmap
    • Improvements
    • Roadmap
      • Paper-editing Roadmap
      • Extra Features Roadmap
      • Future Roadmap
        • Live video editing
        • Social Media Export
        • Translate transcriptions
        • Web app
          • Multi-user collaboration
        • Searchable Editable Archive
        • NLP insights
        • Slack/Chat bot integration
        • Interactive dev tool
        • Phone mms integration with twillio
        • B-roll computational photography
Powered by GitBook
On this page
  1. Appendix - Data structures

IBM Watson json specs

PreviousAdding STT servicesNextGentle Json transcription specs

Last updated 6 years ago

{
  "results": [
    {
      "alternatives": [
        {
          "word_confidence": [
            [
              "good",
              0.52266540965618
            ],
            [
              "sign",
              0.89689802653416
            ],
            [
              "that's",
              0.33068099683986
            ],
            [
              "a",
              0.50049249829394
            ],
            [
              "really",
              0.92257759174313
            ],
            [
              "big",
              0.3309017279039
            ],
            [
              "deal",
              0.060633448667329
            ],
            [
              "Lenormand",
              0.27524941044761
            ],
            [
              "door",
              0.55675870253254
            ],
            [
              "is",
              0.99999999999996
            ],
            [
              "one",
              0.99999999999995
            ],
            [
              "with",
              0.82833913604084
            ],
            [
              "a",
              0.54441580608657
            ],
            [
              "design",
              0.95057876073007
            ],
            [
              "told",
              0.43942960858989
            ]
          ],
          "confidence": 0.621,
          "transcript": "good sign that's a really big deal Lenormand door is one with a design told ",
          "timestamps": [
            [
              "good",
              0.13,
              0.33
            ],
            [
              "sign",
              0.33,
              0.68
            ],
            [
              "that's",
              0.68,
              0.95
            ],
            [
              "a",
              0.95,
              1
            ],
            [
              "really",
              1,
              1.49
            ],
            [
              "big",
              1.52,
              1.81
            ],
            [
              "deal",
              1.81,
              2.12
            ],
            [
              "Lenormand",
              2.59,
              3.07
            ],
            [
              "door",
              3.07,
              3.32
            ],
            [
              "is",
              3.32,
              3.5
            ],
            [
              "one",
              3.5,
              3.75
            ],
            [
              "with",
              3.75,
              3.9
            ],
            [
              "a",
              3.9,
              3.93
            ],
            [
              "design",
              3.93,
              4.41
            ],
            [
              "told",
              4.41,
              4.68
            ]
          ]
        }
      ],
      "final": true
    }
  ],
  "result_index": 0
}

see also under response.

API reference
IBM API reference
IBM speech to text in documentation
example in api reference