emitPartials property

  1. @TagNumber.new(13)
bool get emitPartials

Emit partial transcripts as UserSaidEvent{is_final=false}.

Implementation

@$pb.TagNumber(13)
$core.bool get emitPartials => $_getBF(12);
  1. @TagNumber.new(13)
set emitPartials (bool value)

Implementation

@$pb.TagNumber(13)
set emitPartials($core.bool value) => $_setBool(12, value);