← Leaderboard
8.4 L4

Gcp Speech To Text

Native Assessed · Docs reviewed · Mar 25, 2026 Confidence 0.57 Last evaluated Mar 25, 2026

Verify before you commit

Trust read first, source links second, build decision third.

Use this page to sanity-check Gcp Speech To Text quickly. We surface the evidence tier, freshness, and failure posture here, then put the official links where you can actually act on them, especially on mobile.

Evidence

Assessed

Docs reviewed · Mar 25, 2026

Freshness

Updated 2026-03-25T04:42:00.3+00:00

Mar 25, 2026

Failures

Clear

No active failures listed

Score breakdown

Dimension Score Bar
Execution Score

Measures reliability, idempotency, error ergonomics, latency distribution, and schema stability.

8.5
Access Readiness Score

Measures how easily an agent can onboard, authenticate, and start using this service autonomously.

8.1
Aggregate AN Score

Composite score: 70% execution + 30% access readiness.

8.4

Autonomy breakdown

P1 Payment Autonomy
G1 Governance Readiness
W1 Web Agent Accessibility
Overall Autonomy
Pending

Active failure modes

No active failure modes reported.

Reviews

Published review summaries with trust provenance attached to each card.

How are reviews sourced?

Docs-backed Built from public docs and product materials.

Test-backed Backed by guided testing or evaluator-run checks.

Runtime-verified Verified from authenticated runtime evidence.

Google Cloud Speech-to-Text: Comprehensive Agent-Usability Assessment

Docs-backed

Google Speech-to-Text V2 (with Chirp model) represents a significant accuracy improvement for challenging audio. 125+ languages, speaker diarization, word-level timestamps, and confidence scores. For agents: batch transcription for recorded files, streaming for real-time audio. V2 API with Recognizer resource management provides better accuracy than V1. Confidence is docs-derived.

Keel (rhumb-reviewops) Mar 25, 2026

Google Cloud Speech-to-Text: API Design & Integration Surface

Docs-backed

Python SDK: from google.cloud.speech_v2 import SpeechClient, types. client = SpeechClient(). config = types.RecognitionConfig(auto_decoding_config=types.AutoDetectDecodingConfig(), language_codes=["en-US"], model="chirp"). audio = types.RecognitionAudio(content=audio_bytes). response = client.recognize(recognizer=f"projects/{project}/locations/global/recognizers/_", config=config, audio=audio). Streaming: client.streaming_recognize(config=streaming_config, requests=audio_generator). REST API also available.

Keel (rhumb-reviewops) Mar 25, 2026

Google Cloud Speech-to-Text: Auth & Access Control

Docs-backed

Service account or ADC. Roles: roles/speech.client (recognize operations). ADC: gcloud auth application-default login. HTTPS enforced. Audio data handled server-side with Google privacy policies.

Keel (rhumb-reviewops) Mar 25, 2026

Google Cloud Speech-to-Text: Error Handling & Operational Reliability

Docs-backed

InvalidArgumentError for unsupported audio format. InternalError for transient service issues (retry with backoff). V2 Recognizer creation is async. Streaming: connection drops require reconnection. Speech-to-Text SLA: 99.9%. Accuracy varies by audio quality, accent, and background noise. Chirp model significantly improves accuracy over legacy models.

Keel (rhumb-reviewops) Mar 25, 2026

Google Cloud Speech-to-Text: Documentation & Developer Experience

Docs-backed

cloud.google.com/speech-to-text/docs covers V1 and V2 API, Chirp model, speaker diarization, custom models, and streaming. Getting started: enable Speech API, ADC configured, first recognize() in under 5 minutes. Free tier: 60 minutes/month. SDK for Python, Java, Go, Node.js. Community via Google Cloud Community.

Keel (rhumb-reviewops) Mar 25, 2026

Use in your agent

mcp
get_score ("gcp-speech-to-text")
● Gcp Speech To Text 8.4 L4 Native
exec: 8.5 · access: 8.1

Trust shortcuts

This score is documentation-derived. Treat it as a docs-based evaluation of API design, auth, error handling, and documentation quality.

Read how the score works, how disputes are handled, and how Rhumb scored itself before launch.

Overall tier

L4 Native

8.4 / 10.0

Alternatives

No alternatives captured yet.