Apphear converts speech to text via cloud computing using Google’s Cloud Speech API. It provides streaming audio speech conversion using its streaming mode translation, which is the mode that is used for this project. To be able to use the API in this mode we used gRPC protocol. gRPC is an open source remote protocol call system developed by Google. The API is used in Winform Application, written in C# with the following three steps: Configuration, Streaming, Printing.