Reference documentation and code samples for the Google Apps Meet V2 Client class Transcript.
Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
Generated from protobuf message google.apps.meet.v2.Transcript
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ docs_destination
↳ name
string
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.
↳ state
int
Output only. Current state.
↳ start_time
↳ end_time
getDocsDestination
Output only. Where the Google Docs transcript is saved.
hasDocsDestination
setDocsDestination
Output only. Where the Google Docs transcript is saved.
$this
getName
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.
string
setName
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.
var
string
$this
getState
Output only. Current state.
int
setState
Output only. Current state.
var
int
$this
getStartTime
Output only. Timestamp when the transcript started.
hasStartTime
clearStartTime
setStartTime
Output only. Timestamp when the transcript started.
$this
getEndTime
Output only. Timestamp when the transcript stopped.
hasEndTime
clearEndTime
setEndTime
Output only. Timestamp when the transcript stopped.
$this
getDestination
string