EddyVerbruggen / nativescript-speech-recognition

:speech_balloon: Speech to text, using the awesome engines readily available on the device.
Other
90 stars 21 forks source link

Unable to understand the purpose of a code fragment #12

Closed gtnunes1956 closed 7 years ago

gtnunes1956 commented 7 years ago

Within "sendBackResults", I find the code fragment

for (let i = 0; i < transcripts.size(); i++) { let transcript = transcripts.get(i); }

Does it have a purpose (which I am missing) ?