content property

  1. @TagNumber(1)
List<int> content

The audio data bytes encoded as specified in RecognitionConfig. Note: as with all bytes fields, proto buffers use a pure binary representation, whereas JSON representations use base64.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get content => $_getN(0);
  1. @TagNumber(1)
void content=(List<int> v)

Implementation

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