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

A point in a conversation that marks the start or the end of an annotation.

Attributes

  • transcriptIndex (type: integer(), default: nil) - The index in the sequence of transcribed pieces of the conversation where the boundary is located. This index starts at zero.
  • wordIndex (type: integer(), default: nil) - The word index of this boundary with respect to the first word in the transcript piece. This index starts at zero.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1AnnotationBoundary{
    transcriptIndex: integer() | nil,
    wordIndex: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.