speechStartTimeout property

  1. @TagNumber(1)
Duration speechStartTimeout

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

Implementation

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

Implementation

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