no_speechProb property

  1. @JsonKey(name: "no_speech_prob")
double no_speechProb
getter/setter pair

Probability of no speech in the segment. If the value is higher than 1.0 and the avg_logprob is below -1, consider this segment silent.

Implementation

@JsonKey(name: "no_speech_prob")
double no_speechProb;