voice property
Voice identifier to use for synthesis. For platform engines this is the engine-specific voice id (e.g. "com.apple.ttsbundle.siri_female_en-US_compact").
Implementation
@$pb.TagNumber(2)
$core.String get voice => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set voice($core.String value) => $_setString(1, value);