Class SpeechClient.ListRecognizersPage (4.90.0)

public static class SpeechClient.ListRecognizersPage extends AbstractPage<ListRecognizersRequest,ListRecognizersResponse,Recognizer,SpeechClient.ListRecognizersPage>

Inheritance

java.lang.Object > AbstractPage > SpeechClient.ListRecognizersPage

Methods

createPage(@Nullable PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer> context, @Nullable ListRecognizersResponse response)

protected SpeechClient.ListRecognizersPage createPage(@Nullable PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer> context, @Nullable ListRecognizersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer>
response @org.jspecify.annotations.Nullable com.google.cloud.speech.v2.ListRecognizersResponse
Returns
Type Description
SpeechClient.ListRecognizersPage
Overrides

createPageAsync(@Nullable PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer> context, ApiFuture<ListRecognizersResponse> futureResponse)

public ApiFuture<SpeechClient.ListRecognizersPage> createPageAsync(@Nullable PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer> context, ApiFuture<ListRecognizersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRecognizersRequest,ListRecognizersResponse,Recognizer>
futureResponse ApiFuture<ListRecognizersResponse>
Returns
Type Description
ApiFuture<ListRecognizersPage>
Overrides