Class: Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#transcript_index::Integer

Returns 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.



431
432
433
434
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 431

class AnnotationBoundary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#word_index::Integer

Returns 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.



431
432
433
434
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 431

class AnnotationBoundary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end