item method

SpeechRecognitionAlternative item(
  1. int index
)

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);