Skip to content

Commit 9971790

Browse files
a speech review
1 parent aec3001 commit 9971790

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ai/ai-speech/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# AI Speech
22

3-
OCI Speech is an AI service that applies automatic speech recognition technology to transform audio-based content into text. Developers can easily make API calls to integrate OCI Speech’s pre-trained models into their applications. OCI Speech can be used for accurate, text-normalized, time-stamped transcription via the console and REST APIs as well as command-line interfaces or SDKs. You can also use OCI Speech in an OCI Data Science notebook session. With OCI Speech, you can filter profanities, get confidence scores for both single words and complete transcriptions, and more.
3+
OCI Speech offers speech-to-text (STT) capabilities for files and real-time streams, as well as text-to-speech (TTS) functionality - All in one solution.
44

5-
Reviewed: 11.06.2026
5+
It’s accessible via Console, REST, CLI, and SDKs. Outputs are written to your Object Storage bucket as JSON (with word-level timestamps & confidences) and optionally SRT for captions.
6+
7+
Recent updates include Live Transcribe for real-time ASR and Whisper model support for multilingual transcription alongside Oracle’s native ASR models.
8+
9+
Reviewed: 25.09.2025
610

711
# Table of Contents
812

@@ -28,10 +32,10 @@ Reviewed: 11.06.2026
2832

2933
# Useful Links
3034

35+
- [OCI Speech Release Notes](https://docs.oracle.com/en-us/iaas/releasenotes/services/speech/index.htm)
3136
- [AI Solutions Hub](https://www.oracle.com/artificial-intelligence/solutions/)
3237
- [Oracle AI Speech on oracle.com](https://www.oracle.com/artificial-intelligence/speech/)
3338
- [Oracle AI Speech documentation](https://docs.oracle.com/en-us/iaas/Content/speech/home.htm)
34-
- [Oracle Speech AI service now supports diarization](https://blogs.oracle.com/ai-and-datascience/post/oracle-speech-ai-service-now-supports-diarization)
3539
- [OCI Speech supports the Whisper model](https://blogs.oracle.com/ai-and-datascience/post/oci-speech-supports-the-whisper-model)
3640
- [OCI Speech supports text-to-speech and real-time transcription with customized vocabulary](https://blogs.oracle.com/ai-and-datascience/post/oci-speech-texttospeech-realtime-transcription-custom-vocab)
3741

0 commit comments

Comments
 (0)