speechEndTimeout property

  1. @TagNumber(2)
Duration speechEndTimeout

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

Implementation

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

Implementation

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