AugmentOS icon indicating copy to clipboard operation
AugmentOS copied to clipboard

Enhance Transcription/Translation Data with Detected Language and Original Text

Open OkGoDoIt opened this issue 6 months ago • 0 comments

Currently, the TranscriptionData and TranslationData objects sent from the AugmentOS Cloud service to TPAs lack important contextual information:

  • They don't indicate the language actually detected by the underlying speech service, only the language requested by the TPA's subscription.
  • The TranslationData object only contains the final text (which might be the original transcription if translation wasn't needed or possible), but not the original transcription itself.

This ambiguity makes it difficult for TPAs to:

  • Know if a translation actually occurred or if the source/target languages were the same.
  • Handle cases where the detected language differs from the requested language.
  • Potentially display both the original and translated text for user clarity.

OkGoDoIt avatar Apr 12 '25 18:04 OkGoDoIt