isNeural property

  1. @TagNumber.new(6)
bool get isNeural

Additional discovery fields surfaced by system and ONNX/Piper voices.

Implementation

@$pb.TagNumber(6)
$core.bool get isNeural => $_getBF(5);
  1. @TagNumber.new(6)
set isNeural (bool value)

Implementation

@$pb.TagNumber(6)
set isNeural($core.bool value) => $_setBool(5, value);