Infrastructure low complexity mobile
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

Thin infrastructure adapter that sends raw audio frames to a cloud speech-to-text API when on-device recognition is unavailable. Invoked only after the user has explicitly granted consent for cloud processing. Returns a text transcript; no audio is retained on the device or stored server-side.

Feature: Speech-to-Text Input

cloud-stt-connector

Responsibilities

  • Authenticate and send audio data to the cloud STT endpoint over HTTPS
  • Parse the cloud response and return the final transcript string
  • Enforce that this path is only invoked when user consent has been recorded

Interfaces

Future<String> transcribe(List<int> audioBytes, String languageCode)