inlineResponseConfig property

  1. @TagNumber(2)
InlineOutputConfig inlineResponseConfig

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);
  1. @TagNumber(2)
void inlineResponseConfig=(InlineOutputConfig v)

Implementation

@$pb.TagNumber(2)
set inlineResponseConfig(InlineOutputConfig v) {
  setField(2, v);
}