Class: Google::Cloud::ContactCenterInsights::V1::Conversation::Transcript::TranscriptSegment::WordInfo

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

Overview

Word-level info for words in a transcript.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset.

Returns:

  • (::Float)

    A confidence estimate between 0.0 and 1.0 of the fidelity of this word. A default value of 0.0 indicates that the value is unset.



157
158
159
160
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 157

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

#end_offset::Google::Protobuf::Duration

Returns Time offset of the end of this word relative to the beginning of the total conversation.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 157

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

#start_offset::Google::Protobuf::Duration

Returns Time offset of the start of this word relative to the beginning of the total conversation.

Returns:



157
158
159
160
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 157

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

#word::String

Returns The word itself. Includes punctuation marks that surround the word.

Returns:

  • (::String)

    The word itself. Includes punctuation marks that surround the word.



157
158
159
160
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 157

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