content property

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

The audio data bytes encoded as specified in google.cloud.speech.v2.RecognitionConfig. As with all bytes fields, proto buffers use a pure binary representation, whereas JSON representations use base64.

Implementation

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

Implementation

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