Uses of Class
com.oracle.bmc.aispeech.requests.ListVoicesRequest
-
Packages that use ListVoicesRequest Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.requests -
-
Uses of ListVoicesRequest in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech with parameters of type ListVoicesRequest Modifier and Type Method Description ListVoicesResponse
AIServiceSpeech. listVoices(ListVoicesRequest request)
Returns a list of speakers available to the user to choose from based on language code and voice type provided.Future<ListVoicesResponse>
AIServiceSpeechAsync. listVoices(ListVoicesRequest request, AsyncHandler<ListVoicesRequest,ListVoicesResponse> handler)
Returns a list of speakers available to the user to choose from based on language code and voice type provided.Future<ListVoicesResponse>
AIServiceSpeechAsyncClient. listVoices(ListVoicesRequest request, AsyncHandler<ListVoicesRequest,ListVoicesResponse> handler)
ListVoicesResponse
AIServiceSpeechClient. listVoices(ListVoicesRequest request)
Method parameters in com.oracle.bmc.aispeech with type arguments of type ListVoicesRequest Modifier and Type Method Description Future<ListVoicesResponse>
AIServiceSpeechAsync. listVoices(ListVoicesRequest request, AsyncHandler<ListVoicesRequest,ListVoicesResponse> handler)
Returns a list of speakers available to the user to choose from based on language code and voice type provided.Future<ListVoicesResponse>
AIServiceSpeechAsyncClient. listVoices(ListVoicesRequest request, AsyncHandler<ListVoicesRequest,ListVoicesResponse> handler)
-
Uses of ListVoicesRequest in com.oracle.bmc.aispeech.requests
Methods in com.oracle.bmc.aispeech.requests that return ListVoicesRequest Modifier and Type Method Description ListVoicesRequest
ListVoicesRequest.Builder. build()
Build the instance of ListVoicesRequest as configured by this builderListVoicesRequest
ListVoicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListVoicesRequest as configured by this builderMethods in com.oracle.bmc.aispeech.requests with parameters of type ListVoicesRequest Modifier and Type Method Description ListVoicesRequest.Builder
ListVoicesRequest.Builder. copy(ListVoicesRequest o)
Copy method to populate the builder with values from the given instance.
-