원클릭으로
google-cloud-stt
Batch speech-to-text via Google Cloud Speech-to-Text API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Batch speech-to-text via Google Cloud Speech-to-Text API
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Edit, transform, and enhance images using AI models
Extract text from images using OCR and vision AI
Neural text-to-speech via Amazon Polly
Speaker diarization — identifies and tracks who is speaking at each moment in an audio stream
Semantic endpoint detection — uses an LLM to classify whether the user's utterance is a complete thought, reducing false turn boundaries on mid-sentence pauses
Text-to-speech synthesis via Google Cloud Text-to-Speech API
| name | google-cloud-stt |
| description | Batch speech-to-text via Google Cloud Speech-to-Text API |
| category | voice |
Batch speech-to-text recognition using Google Cloud Speech-to-Text V1 API.
Provide credentials via the GOOGLE_CLOUD_STT_CREDENTIALS secret. Accepts either:
/ or \)SpeechTranscriptionResult shapeIn agent.config.json:
{
"voice": {
"stt": "google-cloud-stt"
}
}
Provider-specific options via providerOptions:
{
"voice": {
"stt": "google-cloud-stt",
"providerOptions": {
"language": "fr-FR"
}
}
}