Class: Google::Cloud::ContactCenterInsights::V1::Conversation::Transcript::TranscriptSegment::WordInfo
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::Conversation::Transcript::TranscriptSegment::WordInfo
- 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
-
#confidence ⇒ ::Float
A confidence estimate between 0.0 and 1.0 of the fidelity of this word.
-
#end_offset ⇒ ::Google::Protobuf::Duration
Time offset of the end of this word relative to the beginning of the total conversation.
-
#start_offset ⇒ ::Google::Protobuf::Duration
Time offset of the start of this word relative to the beginning of the total conversation.
-
#word ⇒ ::String
The word itself.
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.
173 174 175 176 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 173 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.
173 174 175 176 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 173 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.
173 174 175 176 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 173 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.
173 174 175 176 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 173 class WordInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |