Class: Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::ContactCenterInsights::V1::AnnotationBoundary
 
 
- 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
- 
  
    
      #transcript_index  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The index in the sequence of transcribed pieces of the conversation where the boundary is located.
 - 
  
    
      #word_index  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The word index of this boundary with respect to the first word in the transcript piece.
 
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.
      482 483 484 485  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 482 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.
      482 483 484 485  | 
    
      # File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 482 class AnnotationBoundary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |