emitPartials property
Emit partial transcripts as UserSaidEvent{is_final=false}.
Implementation
@$pb.TagNumber(13)
$core.bool get emitPartials => $_getBF(12);
Implementation
@$pb.TagNumber(13)
set emitPartials($core.bool value) => $_setBool(12, value);