durationMs property
Optional duration of the speech / silence that triggered this event, in milliseconds. Set on SPEECH_ENDED to communicate the just-finished utterance length; left zero on SPEECH_STARTED.
Implementation
@$pb.TagNumber(3)
$core.int get durationMs => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set durationMs($core.int value) => $_setSignedInt32(2, value);