public interface AnnotationBoundaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationBoundary.DetailedBoundaryCase |
getDetailedBoundaryCase() |
int |
getTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where
the boundary is located.
|
int |
getWordIndex()
The word index of this boundary with respect to the first word in the
transcript piece.
|
boolean |
hasWordIndex()
The word index of this boundary with respect to the first word in the
transcript piece.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWordIndex()
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;int getWordIndex()
The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
int32 word_index = 3;int getTranscriptIndex()
The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
int32 transcript_index = 1;AnnotationBoundary.DetailedBoundaryCase getDetailedBoundaryCase()
Copyright © 2023 Google LLC. All rights reserved.