Apple's speech recognition by default returns Arabic speech-to-text results with the U+200F right-to-left mark prepended. This mark can be useful for displaying text, but it causes issues with strict character matching as is done in this api. As a result, this api should strip all incoming queries of this character before using the queries.
Apple's speech recognition by default returns Arabic speech-to-text results with the U+200F right-to-left mark prepended. This mark can be useful for displaying text, but it causes issues with strict character matching as is done in this api. As a result, this api should strip all incoming queries of this character before using the queries.