문제

I have used the text to speech service to narrate a double number in an edit text. I used a function to separate the digits composing that double to force the narrator to read digits individually. I know the separation function works well and the narrator speaks out all the digits but without pronouncing "point" for the full stop.

I know it should act this way as "." is a full stop but I believe there is a way to force it to speak it out.

도움이 되었습니까?

해결책

Not the most elegant solution, but you could always insert a string containing "point" between the number and the decimal digits.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top