FLUTTER ECOSYSTEM

csdcorp/speech_to_text

기기 고유의 텍스트 음성 인식 기능을 노출하는 플러터 플러그인입니다.

음성에서 텍스트로 프로젝트 이미지
Stars
475
Forks
320
최근 푸시(UTC)
2026. 9. 17.
프로젝트 상태
활성
Corner Software GitHub avatar
GITHUB Organization

Corner Software ↗

언어DartC++SwiftKotlinCMakeRubyCHTMLShellObjective-C

이 저장소가 배포한 패키지

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

speech_to_text

A library that exposes device specific speech recognition capability.

This plugin contains a set of classes that make it easy to use the speech recognition capabilities of the underlying platform in Flutter. It supports Android, iOS and web. The target use cases for this library are commands and short phrases, not continuous spoken conversion or always on listening.

Contents

Plugin

This project has the code for the plugin on multiple native platforms including iOS, Android and the web.

Platform Interface

This project defines the behaviour required on each host platform. To implement the plugin for a new platform the behaviour of this interface is implemented on that platform. See the docs here for a description of the approach.

Example apps

The main example app included with the plugin shows basic use of the plugin.

In addition there is a Provider example that shows how to use the plugin as a Flutter Provider.

These examples work only with the plugin source checked out because their dependency is on a relative path, not the pub.dev version.