> For the complete documentation index, see [llms.txt](https://autoedit.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://autoedit.gitbook.io/documentation/master-1.0.6/transcriptions/transcriber/stt-api.md).

# STT sdks

## Component/part description

it was important for the transcriber to have the flexibility of working with different solution for Speech To Text.

Eg currently working with

* IBM Watson STT,&#x20;
* Gentle Open Source STT
* Pocketsphinx&#x20;

However in the future, could integrate with other providers such as speechmatics, Google, Microsoft Bing etc..

## Component/part description

## Related projects

## Implementations Options considered

## Current implementation

## What needs refactoring

use design patterns to clean this up, and make it easier to extend. eg Strategy or factory?
