View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo (google_api_contact_center_insights v0.10.2)

Word-level info for words in a transcript.

Attributes

  • confidence (type: number(), default: nil) - 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.
  • endOffset (type: String.t, default: nil) - Time offset of the end of this word relative to the beginning of the total conversation.
  • startOffset (type: String.t, default: nil) - Time offset of the start of this word relative to the beginning of the total conversation.
  • word (type: String.t, default: nil) - The word itself. Includes punctuation marks that surround the word.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ConversationTranscriptTranscriptSegmentWordInfo{
    confidence: number() | nil,
    endOffset: String.t() | nil,
    startOffset: String.t() | nil,
    word: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.