// Start is called before the first frame update
    void Start()
    {
        #if UNITY_IPHONE
        SpeechNativePlugin._init();

        SpeechNativePlugin._listenWithCallback(OnTextRecognized);
                #endif
    }