Class AnnotationBoundary (0.1.1)

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

A point in a conversation that marks the start or the end of an annotation.

Attributes

NameDescription
time_offset google.protobuf.duration_pb2.Duration
Deprecated: Use word_index for the detailed boundary. The time offset of this boundary with respect to the start time of the first word in the transcript piece.
word_index int
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
transcript_index int
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.