transcript property
The transcript for the audio file. This is populated only when
google.cloud.speech.v2.InlineOutputConfig
is set in
the
[RecognitionOutputConfig][google.cloud.speech.v2.RecognitionOutputConfig
.
Implementation
@$pb.TagNumber(4)
BatchRecognizeResults get transcript => $_getN(3);
Implementation
@$pb.TagNumber(4)
set transcript(BatchRecognizeResults v) {
setField(4, v);
}