Back to Content

SpeechGrammarList: length property

files/en-us/web/api/speechgrammarlist/length/index.md

latest525 B
Original Source

{{APIRef("Web Speech API")}}{{deprecated_header}}

The length read-only property of the {{domxref("SpeechGrammarList")}} interface returns the number of {{domxref("SpeechGrammar")}} objects contained in the {{domxref("SpeechGrammarList")}}.

Value

A number indicating the number of {{domxref("SpeechGrammar")}} objects contained in the {{domxref("SpeechGrammarList")}}.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also