speechStartTimeout property
Duration to timeout the stream if no speech begins.
Implementation
@$pb.TagNumber(1)
$3.Duration get speechStartTimeout => $_getN(0);
Implementation
@$pb.TagNumber(1)
set speechStartTimeout($3.Duration v) {
setField(1, v);
}