GoogleApi.Meet.V2.Model.Transcript (google_api_meet v0.4.0)
View SourceMetadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
Attributes
-
docsDestination
(type:GoogleApi.Meet.V2.Model.DocsDestination.t
, default:nil
) - Output only. Where the Google Docs transcript is saved. -
endTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the transcript stopped. -
name
(type:String.t
, default:nil
) - Output only. Resource name of the transcript. Format:conferenceRecords/{conference_record}/transcripts/{transcript}
, where{transcript}
is a 1:1 mapping to each unique transcription session of the conference. -
startTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the transcript started. -
state
(type:String.t
, default:nil
) - Output only. Current state.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Meet.V2.Model.Transcript{ docsDestination: GoogleApi.Meet.V2.Model.DocsDestination.t() | nil, endTime: DateTime.t() | nil, name: String.t() | nil, startTime: DateTime.t() | nil, state: String.t() | nil }