Class WordInfo (0.5.0)

WordInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Word-level info for words in a transcript. .. attribute:: start_offset

Time offset of the start of this word relative to the beginning of the total conversation.

:type: google.protobuf.duration_pb2.Duration

Attributes

NameDescription
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.