Package | Description |
---|---|
com.oracle.bmc.aispeech | |
com.oracle.bmc.aispeech.requests |
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) |
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 |
---|---|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.Builder.build()
Build the instance of SynthesizeSpeechRequest as configured by this builder
|
SynthesizeSpeechRequest |
SynthesizeSpeechRequest.Builder.buildWithoutInvocationCallback()
Build the instance of SynthesizeSpeechRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
SynthesizeSpeechRequest.Builder |
SynthesizeSpeechRequest.Builder.copy(SynthesizeSpeechRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.