GoogleApi.Meet.V2.Model.TranscriptEntry (google_api_meet v0.4.0)

View Source

Single entry for one user’s speech during a transcript session.

Attributes

  • endTime (type: DateTime.t, default: nil) - Output only. Timestamp when the transcript entry ended.
  • languageCode (type: String.t, default: nil) - Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
  • name (type: String.t, default: nil) - Output only. Resource name of the entry. Format: "conferenceRecords/{conference_record}/transcripts/{transcript}/entries/{entry}"
  • participant (type: String.t, default: nil) - Output only. Refers to the participant who speaks.
  • startTime (type: DateTime.t, default: nil) - Output only. Timestamp when the transcript entry started.
  • text (type: String.t, default: nil) - Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Meet.V2.Model.TranscriptEntry{
  endTime: DateTime.t() | nil,
  languageCode: String.t() | nil,
  name: String.t() | nil,
  participant: String.t() | nil,
  startTime: DateTime.t() | nil,
  text: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.