transcribe_memo
Transcribe untranscribed Apple voice memos into text by providing memo ID and optional language code.
Instructions
Transcribe a voice memo using Apple's SFSpeechRecognizer. This generates a transcript for memos that haven't been transcribed yet. Note: The transcript is returned but not saved to the original file. Requires Speech Recognition permission and downloaded language packs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the voice memo to transcribe | |
| language | No | Language code for transcription (e.g., 'en-US', 'es-ES'). Default: 'en-US' |