item method

The item getter of the SpeechRecognitionResultList interface is a standard getter — it allows SpeechRecognitionResult objects in the list to be accessed via array syntax.

Implementation

external SpeechRecognitionResult item(int index);