Skip to content

Is there a way to set interim_results in the url String? #264

Closed Answered by jkroll-deepgram
AndyWangLYN asked this question in General help
Discussion options

You must be logged in to vote

Hi @AndyWangLYN, one tip based on the iOS tutorial code - it contains the line if response.isFinal && !transcript.isEmpty {
By definition, interim results are not final, so you can alter the logic, for instance to if !transcript.isEmpty {
This will allow you to parse the interim results as they become available!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AndyWangLYN
Comment options

@jkroll-deepgram
Comment options

Answer selected by jpvajda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants