Created
January 20, 2021 01:33
-
-
Save petereskandar/f3ed1a411ee2f6bac2df37abfa9426f3 to your computer and use it in GitHub Desktop.
Transcribe Complete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"transcribe-complete":{ | |
"Type":"Choice", | |
"Choices":[ | |
{ | |
"Variable":"$.Payload.TranscriptionJobStatus", | |
"StringEquals":"COMPLETED", | |
"Next":"success" | |
}, | |
{ | |
"Variable":"$.Payload.TranscriptionJobStatus", | |
"StringEquals":"FAILED", | |
"Next":"error" | |
} | |
], | |
"Default":"transcribe-wait" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment