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

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

There is a newer version: 4.44.0
Show newest version
// 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy