AnnotationBoundary

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

JSON representation
{
  "transcriptIndex": integer,

  // Union field detailed_boundary can be only one of the following:
  "wordIndex": integer
  // End of list of possible types for union field detailed_boundary.
}
Fields
transcriptIndex

integer

The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.

Union field detailed_boundary. A detailed boundary, which describes a more specific point. detailed_boundary can be only one of the following:
wordIndex

integer

The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.