Post

Replies

Boosts

Views

Activity

Comment on Is .installTap the equivalent of a C callback function?
I'm just guessing here, sorry for that. Doc (SFSpeechRecognitionRequest) states that you could analyze partial request "For example, use the shouldReportPartialResultsproperty to specify whether you want partial results or only the final result of speech recognition." I interpret that, if you don't ask for partial request, recognitionTask will wait for a full buffer before calling its closure. But that's just a guess. I read this. Interesting , but not the answer to the question       https://stackoverflow.com/questions/51888726/speechrecognizer-not-returning-answer.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21
Comment on Board display problem
Comment voulez vous que l'on vous aide si vous ne montrez pas tout le code ! Vous devriez aussi vérifier que le indexPath.row est valide:                 if indexPath.row < marque.modele.count { cell.modeleLabel.text = marque.modele[indexPath.row] } else { cell.modeleLabel.text = "---" }     Montrez en particulier le code de didSelectRow si vous en avez écrit un.
Topic: Programming Languages SubTopic: Swift Tags:
Dec ’21