WordInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Word-level info for words in a transcript.
Attributes |
|
---|---|
Name | Description |
start_offset |
google.protobuf.duration_pb2.Duration
Time offset of the start of this word relative to the beginning of the total conversation. |
end_offset |
google.protobuf.duration_pb2.Duration
Time offset of the end of this word relative to the beginning of the total conversation. |
word |
str
The word itself. Includes punctuation marks that surround the word. |
confidence |
float
A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset. |