detectLanguage property

  1. @TagNumber.new(9)
bool get detectLanguage

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);
  1. @TagNumber.new(9)
set detectLanguage (bool value)

Implementation

@$pb.TagNumber(9)
set detectLanguage($core.bool value) => $_setBool(8, value);