Interface AIServiceSpeech
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- AIServiceSpeechClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220101") public interface AIServiceSpeech extends AutoCloseableThe OCI Speech Service harnesses the power of spoken language by allowing developers to easily convert file-based data containing human speech into highly accurate text transcriptions.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelTranscriptionJobResponsecancelTranscriptionJob(CancelTranscriptionJobRequest request)Canceling the job cancels all the tasks under it.CancelTranscriptionTaskResponsecancelTranscriptionTask(CancelTranscriptionTaskRequest request)Cancel Transcription TaskChangeCustomizationCompartmentResponsechangeCustomizationCompartment(ChangeCustomizationCompartmentRequest request)Moves a Customization resource into a different compartment.ChangeTranscriptionJobCompartmentResponsechangeTranscriptionJobCompartment(ChangeTranscriptionJobCompartmentRequest request)Moves a transcription Job resource into a different compartment.CreateCustomizationResponsecreateCustomization(CreateCustomizationRequest request)Creates a new Customization.CreateRealtimeSessionTokenResponsecreateRealtimeSessionToken(CreateRealtimeSessionTokenRequest request)Returns an authentication token to the user.CreateTranscriptionJobResponsecreateTranscriptionJob(CreateTranscriptionJobRequest request)Creates a new Transcription Job.DeleteCustomizationResponsedeleteCustomization(DeleteCustomizationRequest request)Delete Customization and its metadata from tenancy.DeleteTranscriptionJobResponsedeleteTranscriptionJob(DeleteTranscriptionJobRequest request)Delete API cleans job, tasks and the related metadata.GetCustomizationResponsegetCustomization(GetCustomizationRequest request)Gets a Customization by identifierStringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)AIServiceSpeechPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetTranscriptionJobResponsegetTranscriptionJob(GetTranscriptionJobRequest request)Gets a Transcription Job by identifierGetTranscriptionTaskResponsegetTranscriptionTask(GetTranscriptionTaskRequest request)Gets a Transcription Task by identifierAIServiceSpeechWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.ListCustomizationsResponselistCustomizations(ListCustomizationsRequest request)Returns a list of Customizations.ListTranscriptionJobsResponselistTranscriptionJobs(ListTranscriptionJobsRequest request)Returns a list of Transcription Jobs.ListTranscriptionTasksResponselistTranscriptionTasks(ListTranscriptionTasksRequest request)Returns a list of Transcription Tasks.ListVoicesResponselistVoices(ListVoicesRequest request)Returns a list of speakers available to the user to choose from based on language code and voice type provided.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).SynthesizeSpeechResponsesynthesizeSpeech(SynthesizeSpeechRequest request)Creates an audio for the given input text based on other input parameters like language, voice type, etc.UpdateCustomizationResponseupdateCustomization(UpdateCustomizationRequest request)Updates a Customization by identifierUpdateTranscriptionJobResponseupdateTranscriptionJob(UpdateTranscriptionJobRequest request)Updates the Transcription JobvoiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
cancelTranscriptionJobCancelTranscriptionJobResponse cancelTranscriptionJob(CancelTranscriptionJobRequest request) Canceling the job cancels all the tasks under it.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/CancelTranscriptionJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelTranscriptionJob API. 
 
 - 
cancelTranscriptionTaskCancelTranscriptionTaskResponse cancelTranscriptionTask(CancelTranscriptionTaskRequest request) Cancel Transcription Task- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/CancelTranscriptionTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelTranscriptionTask API. 
 
 - 
changeCustomizationCompartmentChangeCustomizationCompartmentResponse changeCustomizationCompartment(ChangeCustomizationCompartmentRequest request) Moves a Customization resource into a different compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ChangeCustomizationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCustomizationCompartment API. 
 
 - 
changeTranscriptionJobCompartmentChangeTranscriptionJobCompartmentResponse changeTranscriptionJobCompartment(ChangeTranscriptionJobCompartmentRequest request) Moves a transcription Job resource into a different compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ChangeTranscriptionJobCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeTranscriptionJobCompartment API. 
 
 - 
createCustomizationCreateCustomizationResponse createCustomization(CreateCustomizationRequest request) Creates a new Customization.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/CreateCustomizationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCustomization API. 
 
 - 
createRealtimeSessionTokenCreateRealtimeSessionTokenResponse createRealtimeSessionToken(CreateRealtimeSessionTokenRequest request) Returns an authentication token to the user.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/CreateRealtimeSessionTokenExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRealtimeSessionToken API. 
 
 - 
createTranscriptionJobCreateTranscriptionJobResponse createTranscriptionJob(CreateTranscriptionJobRequest request) Creates a new Transcription Job.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/CreateTranscriptionJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateTranscriptionJob API. 
 
 - 
deleteCustomizationDeleteCustomizationResponse deleteCustomization(DeleteCustomizationRequest request) Delete Customization and its metadata from tenancy.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/DeleteCustomizationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCustomization API. 
 
 - 
deleteTranscriptionJobDeleteTranscriptionJobResponse deleteTranscriptionJob(DeleteTranscriptionJobRequest request) Delete API cleans job, tasks and the related metadata.However the generated transcriptions in customer tenancy will not be deleted. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/DeleteTranscriptionJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteTranscriptionJob API. 
 
 - 
getCustomizationGetCustomizationResponse getCustomization(GetCustomizationRequest request) Gets a Customization by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/GetCustomizationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCustomization API. 
 
 - 
getTranscriptionJobGetTranscriptionJobResponse getTranscriptionJob(GetTranscriptionJobRequest request) Gets a Transcription Job by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/GetTranscriptionJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTranscriptionJob API. 
 
 - 
getTranscriptionTaskGetTranscriptionTaskResponse getTranscriptionTask(GetTranscriptionTaskRequest request) Gets a Transcription Task by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/GetTranscriptionTaskExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetTranscriptionTask API. 
 
 - 
listCustomizationsListCustomizationsResponse listCustomizations(ListCustomizationsRequest request) Returns a list of Customizations.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ListCustomizationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCustomizations API. 
 
 - 
listTranscriptionJobsListTranscriptionJobsResponse listTranscriptionJobs(ListTranscriptionJobsRequest request) Returns a list of Transcription Jobs.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ListTranscriptionJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTranscriptionJobs API. 
 
 - 
listTranscriptionTasksListTranscriptionTasksResponse listTranscriptionTasks(ListTranscriptionTasksRequest request) Returns a list of Transcription Tasks.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ListTranscriptionTasksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTranscriptionTasks API. 
 
 - 
listVoicesListVoicesResponse listVoices(ListVoicesRequest request) Returns a list of speakers available to the user to choose from based on language code and voice type provided.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/ListVoicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVoices API. 
 
 - 
synthesizeSpeechSynthesizeSpeechResponse synthesizeSpeech(SynthesizeSpeechRequest request) Creates an audio for the given input text based on other input parameters like language, voice type, etc.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/SynthesizeSpeechExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SynthesizeSpeech API. 
 
 - 
updateCustomizationUpdateCustomizationResponse updateCustomization(UpdateCustomizationRequest request) Updates a Customization by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/UpdateCustomizationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCustomization API. 
 
 - 
updateTranscriptionJobUpdateTranscriptionJobResponse updateTranscriptionJob(UpdateTranscriptionJobRequest request) Updates the Transcription Job- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/aispeech/UpdateTranscriptionJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateTranscriptionJob API. 
 
 - 
getWaitersAIServiceSpeechWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsAIServiceSpeechPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-