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