inputBytes property
UTF-8 byte length of the spoken input, not a codepoint count.
Implementation
@$pb.TagNumber(4)
$core.int get inputBytes => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set inputBytes($core.int value) => $_setSignedInt32(3, value);