All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.speech.v1p1beta1.LongRunningRecognizeResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.44.0
Show newest version
// 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 LongRunningRecognizeResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.speech.v1p1beta1.LongRunningRecognizeResponse)
    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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy