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 |
|
---|---|
Name | Description |
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. |