ConferenceRecordsTranscripts
class ConferenceRecordsTranscripts extends Resource (View source)
The "transcripts" collection of methods.
Typical usage is:
$meetService = new Google\Service\Meet(...);
$transcripts = $meetService->conferenceRecords_transcripts;
Methods
get(string $name, array $optParams = [])
Gets a transcript by transcript ID. (transcripts.get)
listConferenceRecordsTranscripts(string $parent, array $optParams = [])
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
Details
Transcript
get(string $name, array $optParams = [])
Gets a transcript by transcript ID. (transcripts.get)
ListTranscriptsResponse
listConferenceRecordsTranscripts(string $parent, array $optParams = [])
Lists the set of transcripts from the conference record. By default, ordered by start time and in ascending order.
(transcripts.listConferenceRecordsTranscripts)