Uses of Class
com.oracle.bmc.aispeech.responses.ListVoicesResponse
-
Packages that use ListVoicesResponse Package Description com.oracle.bmc.aispeech com.oracle.bmc.aispeech.responses -
-
Uses of ListVoicesResponse in com.oracle.bmc.aispeech
Methods in com.oracle.bmc.aispeech that return ListVoicesResponse 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.ListVoicesResponse
AIServiceSpeechClient. listVoices(ListVoicesRequest request)
Methods in com.oracle.bmc.aispeech that return types with arguments of type ListVoicesResponse 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)
Method parameters in com.oracle.bmc.aispeech with type arguments of type ListVoicesResponse 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 ListVoicesResponse in com.oracle.bmc.aispeech.responses
Methods in com.oracle.bmc.aispeech.responses that return ListVoicesResponse Modifier and Type Method Description ListVoicesResponse
ListVoicesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aispeech.responses with parameters of type ListVoicesResponse Modifier and Type Method Description ListVoicesResponse.Builder
ListVoicesResponse.Builder. copy(ListVoicesResponse o)
Copy method to populate the builder with values from the given instance.
-