Documentation
¶
Overview ¶
Package google is the Google Cloud Speech-to-Text provider for SpeechKit.
Importing it pulls the Google Cloud client and gRPC stack; a host that speaks to a different backend should not import this package. That separation is the point of the per-provider split — see the migration table in CHANGELOG.md for v0.64.0.
In v0.64.0 the identifiers below alias the implementation that still lives in pkg/speechkit/stt. v0.65.0 moves the implementation here and deletes the old names, so code written against this package needs no further change.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider = stt.GoogleSTTProvider
Provider transcribes through Google Cloud Speech-to-Text v1 and, with streaming credentials configured, through the streaming API.