audio property

  1. @TagNumber(5)
List<int> get audio

Inline audio bytes to be Recognized. Maximum size for this field is 15 KB per request.

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get audio => $_getN(1);
  1. @TagNumber(5)
set audio (List<int> v)

Implementation

@$pb.TagNumber(5)
set audio($core.List<$core.int> v) {
  $_setBytes(1, v);
}