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);
The item getter of the
SpeechRecognitionResultList interface is a standard getter — it allows
SpeechRecognitionResult objects in the list to be accessed via array
syntax.
external SpeechRecognitionResult item(int index);