detectLanguage property
Explicit language auto-detection flag for C ABI parity. Equivalent to language == STT_LANGUAGE_AUTO for generated-only consumers.
Implementation
@$pb.TagNumber(9)
$core.bool get detectLanguage => $_getBF(8);
Implementation
@$pb.TagNumber(9)
set detectLanguage($core.bool value) => $_setBool(8, value);