GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegmentWordInfo class

Word-level info for words in a transcript.

Properties

confidence double?
A confidence estimate between 0.0 and 1.0 of the fidelity of this word.
getter/setter pair
endOffset String?
Time offset of the end of this word relative to the beginning of the total conversation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startOffset String?
Time offset of the start of this word relative to the beginning of the total conversation.
getter/setter pair
word String?
The word itself.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited