inputBytes property

  1. @TagNumber.new(4)
int get inputBytes

UTF-8 byte length of the spoken input, not a codepoint count.

Implementation

@$pb.TagNumber(4)
$core.int get inputBytes => $_getIZ(3);
  1. @TagNumber.new(4)
set inputBytes (int value)

Implementation

@$pb.TagNumber(4)
set inputBytes($core.int value) => $_setSignedInt32(3, value);