×

Get Text From Audio

iOS 14 +

Notes

Analyse the audio file and transcribe any recognised speech, on-device.

Syntax

recogniseSpeech(audio: <#Variable#>, openURL: <#Boolean#>, postURL: <#String (Allows Variables)#>, additionalPhrases: <#Array#>, language: <#String (Allows Variables)#>, performOffline: <#Boolean#>)

Example

recogniseSpeech(audio: ShortcutInput, openURL: true, postURL: "shortcuts://", additionalPhrases: ["Jellycuts!"], language: "en_us", performOffline: false)