Metadata-Version: 2.4
Name: phonexia-speech-to-text-client
Version: 2.1.1
Summary: Client for communication with Phonexia speech to text microservice.
Author-email: Phonexia <info@phonexia.com>
Keywords: speech-to-text,audio,voice,speech,search,grpc
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: grpcio-status>=1.48.0
Requires-Dist: more-itertools>=10.6.0
Requires-Dist: phonexia-grpc>=2.27.1
Requires-Dist: numpy>=2.0.0; python_version >= "3.12"
Requires-Dist: numpy<2.0.0; python_version < "3.12"
Requires-Dist: typer>=0.16.0
Requires-Dist: soundfile>=0.13.0

![](https://www.phonexia.com/wp-content/uploads/phonexia-logo-transparent-500px.png)
# Phonexia speech to text client

This module contains client for communication with [speech to text microservice](https://hub.docker.com/repository/docker/phonexia/speech-to-text/general) developed by [Phonexia](https://phonexia.com).

To use this client you will first need a running instance of any *Phonexia speech to text microservice*. If you don't yet have any running instance, don't hesitate to [contact our sales department](mailto:info@phonexia.com).

You can learn more about the speech to text technology [here](https://docs.phonexia.com/products/speech-platform-4/technologies/speech-to-text/).

On [this page](https://docs.phonexia.com/products/speech-platform-4/grpc/api/phonexia/grpc/technologies/speech_to_text/v1/speech_to_text.proto), you will find a *gRPC API* reference for *speech to text microservice*.
