SpeechText.AI: Record, Capture & Transcribe

Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.

SpeechText.AI: Record, Capture & Transcribeคืออะไร?

SpeechText.AI: Record, Capture & Transcribe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speechtext.ai และคุณลักษณะหลักของมันคือ "Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeechText.AI: Record, Capture & Transcribe

ดาวน์โหลดไฟล์ส่วนขยาย SpeechText.AI: Record, Capture & Transcribe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Tired of spending all those hours transcribing audio files? Meet SpeechText.AI! SpeechText.AI is the best way to record and automatically transcribe data from audio and video. Just upload a file in the app to convert your content into text and subtitles in seconds. Our speech recognition technology can automatically transcribe audio and video with human level of accuracy. 

Main Features:

Voice Recorder
Online voice recorder helps you to record audio from the microphone. The audio recordings can be played back and saved to your device. The recorder complies with GDPR regulations. It works offline and doesn't transfer your data over the Internet. 

Audio Capture
The extension allows you to capture and save audio from an active tab within the browser. You can use it for anything from recording your voice conversations, meetings, lectures, interviews, and more.

Automatic Transcription
AI-powered transcription service helps you to transform recorded audio and video files into text and subtitles in seconds.

How Automatic Transcription Works:

Upload
Upload audio or video files. AI transcription software supports various file formats and transcribes from speech to text in any language.

Select Domain
Select industry domain and audio type from predefined categories to improve the recognition accuracy of domain-specific words.

Transcribe
Our speech transcription engine uses state-of-the-art deep neural network models to convert from audio to text with close to human accuracy.

Edit & Export
Search, modify and verify audio transcriptions using interactive editing tools. Export your content in different formats.

Audio transcription features:

Speech Recognition
Powerful speech-to-text technology automatically converts voice to text in seconds

Multi Language
Audio to text converter supports more than 30 languages and non-native speaker accents

Domain Models
Speech text software provides multiple domain-optimized models for increased recognition accuracy

Automatic Punctuation
Audio and video transcriptions include commas, full stops, question marks, periods, etc.

Online Editor
Proofreading interface helps users to edit and verify speech recognition results

Advanced Export
Export audio transcription results in the format of your choice (txt, pdf, docx, etc.)

____________________

Important notes:

* We do not allow capture of illegal/copyrighted audio content
* It's restricted to capture audio from Youtube due to Chrome policies                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpeechText.AI: Record, Capture & Transcribe SpeechText.AI: Record, Capture & Transcribe
ID pjomkoghmkhnipjjlcgoncjlonoleckj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speechtextai-record-captu/pjomkoghmkhnipjjlcgoncjlonoleckj
คำอธิบาย Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 61,605
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-08-31
วันที่เผยแพร่ 2021-08-17
คะแนน 4.12/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://speechtext.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://speechtext.ai/
URL หน้านโยบายความเป็นส่วนตัว https://speechtext.ai/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeechText.AI: Record, Capture & Transcribe",
    "description": "Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.",
    "version": "1.0.3",
    "permissions": [
        "tabs",
        "tabCapture",
        "downloads",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "default_title": "SpeechText.AI"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "worker.js"
        ],
        "persistent": true
    }
}