com.google.cloud.speech.v1.LongRunningRecognizeResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-google-cloud-speech-v1 Show documentation
Show all versions of grpc-google-cloud-speech-v1 Show documentation
GRPC library for grpc-google-cloud-speech-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/speech/v1/cloud_speech.proto
package com.google.cloud.speech.v1;
public interface LongRunningRecognizeResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.speech.v1.LongRunningRecognizeResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* *Output-only* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
*
* repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
*/
java.util.List
getResultsList();
/**
*
* *Output-only* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
*
* repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
*/
com.google.cloud.speech.v1.SpeechRecognitionResult getResults(int index);
/**
*
* *Output-only* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
*
* repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
*/
int getResultsCount();
/**
*
* *Output-only* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
*
* repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
*/
java.util.List extends com.google.cloud.speech.v1.SpeechRecognitionResultOrBuilder>
getResultsOrBuilderList();
/**
*
* *Output-only* Sequential list of transcription results corresponding to
* sequential portions of audio.
*
*
* repeated .google.cloud.speech.v1.SpeechRecognitionResult results = 2;
*/
com.google.cloud.speech.v1.SpeechRecognitionResultOrBuilder getResultsOrBuilder(
int index);
}