GoogleSTTWordInfo
Word-level timing information from the Google Cloud STT response.
Defined in: src/providers/stt/google/GoogleSTT.ts:176
Word-level timing information from the Google Cloud STT response.
Remarks
Present on final results in metadata.words when enableWordTimeOffsets is true. Times are protobuf Duration strings, e.g. '1.300s'.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
endTime? | string | End of the word relative to the beginning of the audio, e.g. '0.800s'. | src/providers/stt/google/GoogleSTT.ts:180 |
startTime? | string | Start of the word relative to the beginning of the audio, e.g. '0.400s'. | src/providers/stt/google/GoogleSTT.ts:178 |
word | string | The recognized word. | src/providers/stt/google/GoogleSTT.ts:182 |