maxSpeechDurationMs property
Force-split a monologue longer than this. Unset = unbounded.
Implementation
@$pb.TagNumber(4)
$core.int get maxSpeechDurationMs => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set maxSpeechDurationMs($core.int value) => $_setSignedInt32(3, value);