Package | Description |
---|---|
com.oracle.bmc.aispeech | |
com.oracle.bmc.aispeech.responses |
Modifier and Type | Method and Description |
---|---|
SynthesizeSpeechResponse |
AIServiceSpeech.synthesizeSpeech(SynthesizeSpeechRequest request)
Creates an audio for the given input text based on other input parameters like language,
voice type, etc.
|
SynthesizeSpeechResponse |
AIServiceSpeechClient.synthesizeSpeech(SynthesizeSpeechRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<SynthesizeSpeechResponse> |
AIServiceSpeechAsyncClient.synthesizeSpeech(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler) |
Future<SynthesizeSpeechResponse> |
AIServiceSpeechAsync.synthesizeSpeech(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
Creates an audio for the given input text based on other input parameters like language,
voice type, etc.
|
Modifier and Type | Method and Description |
---|---|
Future<SynthesizeSpeechResponse> |
AIServiceSpeechAsyncClient.synthesizeSpeech(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler) |
Future<SynthesizeSpeechResponse> |
AIServiceSpeechAsync.synthesizeSpeech(SynthesizeSpeechRequest request,
AsyncHandler<SynthesizeSpeechRequest,SynthesizeSpeechResponse> handler)
Creates an audio for the given input text based on other input parameters like language,
voice type, etc.
|
Modifier and Type | Method and Description |
---|---|
SynthesizeSpeechResponse |
SynthesizeSpeechResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
SynthesizeSpeechResponse.Builder |
SynthesizeSpeechResponse.Builder.copy(SynthesizeSpeechResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.