enableWordTimeOffsets
How to get word level timings
worth noting that time stamps don't come as default, you need to add this attribute to configenableWordTimeOffsets
same thing for punctuaiton with enableAutomaticPunctuation
and speaker diarization enableSpeakerDiarization
more details and full code example see
https://cloud.google.com/speech-to-text/docs/async-time-offsets
https://cloud.google.com/speech-to-text/docs/automatic-punctuation
https://cloud.google.com/speech-to-text/docs/multiple-voices
Last updated