Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary.
A point in a conversation that marks the start or the end of an annotation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#transcript_index
def transcript_index() -> ::Integer
Returns
- (::Integer) — The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
#transcript_index=
def transcript_index=(value) -> ::Integer
Parameter
- value (::Integer) — The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
Returns
- (::Integer) — The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
#word_index
def word_index() -> ::Integer
Returns
- (::Integer) — The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
#word_index=
def word_index=(value) -> ::Integer
Parameter
- value (::Integer) — The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.
Returns
- (::Integer) — The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.