progressPercent property
Approximate percentage of audio processed thus far. Guaranteed to be 100 when the audio is fully processed and the results are available.
Implementation
@$pb.TagNumber(1)
$core.int get progressPercent => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set progressPercent($core.int v) {
$_setSignedInt32(0, v);
}