Class AnnotationBoundary (1.4.3)

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

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

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
word_index int
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero. This field is a member of `oneof`_ ``detailed_boundary``.
transcript_index int
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.

Inheritance

builtins.object > proto.message.Message > AnnotationBoundary