item method

The item getter of the SpeechRecognitionResult interface is a standard getter that allows SpeechRecognitionAlternative objects within the result to be accessed via array syntax.

Implementation

external SpeechRecognitionAlternative item(int index);