TranscribedPhrase.Words Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The words that make up the phrase. Only present if word-level timestamps are enabled.
public System.Collections.Generic.IList<Azure.AI.Speech.Transcription.TranscribedWord> Words { get; }
member this.Words : System.Collections.Generic.IList<Azure.AI.Speech.Transcription.TranscribedWord>
Public ReadOnly Property Words As IList(Of TranscribedWord)