inlineResponseConfig property
If this message is populated, recognition results are provided in the
google.cloud.speech.v2.BatchRecognizeResponse
message of the Operation when completed. This is only supported when
calling google.cloud.speech.v2.Speech.BatchRecognize
with just one audio file.
Implementation
@$pb.TagNumber(2)
InlineOutputConfig get inlineResponseConfig => $_getN(1);
Implementation
@$pb.TagNumber(2)
set inlineResponseConfig(InlineOutputConfig v) {
setField(2, v);
}