AnnotationBoundary.Builder |
AnnotationBoundary.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clear() |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clearDetailedBoundary() |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clearTranscriptIndex() |
The index in the sequence of transcribed pieces of the conversation where
the boundary is located.
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clearWordIndex() |
The word index of this boundary with respect to the first word in the
transcript piece.
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.clone() |
|
AnnotationBoundary.Builder |
CallAnnotation.Builder.getAnnotationEndBoundaryBuilder() |
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary.Builder |
CallAnnotation.Builder.getAnnotationStartBoundaryBuilder() |
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary.Builder |
RuntimeAnnotation.Builder.getEndBoundaryBuilder() |
The boundary in the conversation where the annotation ends, inclusive.
|
AnnotationBoundary.Builder |
RuntimeAnnotation.Builder.getStartBoundaryBuilder() |
The boundary in the conversation where the annotation starts, inclusive.
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.mergeFrom(AnnotationBoundary other) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AnnotationBoundary.Builder |
AnnotationBoundary.newBuilder() |
|
static AnnotationBoundary.Builder |
AnnotationBoundary.newBuilder(AnnotationBoundary prototype) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.newBuilderForType() |
|
protected AnnotationBoundary.Builder |
AnnotationBoundary.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.setTranscriptIndex(int value) |
The index in the sequence of transcribed pieces of the conversation where
the boundary is located.
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AnnotationBoundary.Builder |
AnnotationBoundary.Builder.setWordIndex(int value) |
The word index of this boundary with respect to the first word in the
transcript piece.
|
AnnotationBoundary.Builder |
AnnotationBoundary.toBuilder() |
|