The resultIndex read-only property of the SpeechRecognitionEvent interface returns the lowest index value result in the SpeechRecognitionResultList "array" that has actually changed.
The SpeechRecognitionResultList object is not an array, but it has a getter that allows it to be accessed by array syntax.