speechStartTimeout property

  1. @TagNumber(1)
Duration speechStartTimeout

Duration to timeout the stream if no speech begins.

Implementation

@$pb.TagNumber(1)
$3.Duration get speechStartTimeout => $_getN(0);
  1. @TagNumber(1)
void speechStartTimeout=(Duration v)

Implementation

@$pb.TagNumber(1)
set speechStartTimeout($3.Duration v) {
  setField(1, v);
}