class ConferenceRecordsTranscriptsEntries extends Resource (View source)

The "entries" collection of methods.

Typical usage is:

 $meetService = new Google\Service\Meet(...);
 $entries = $meetService->conferenceRecords_transcripts_entries;

Methods

get(string $name, array $optParams = [])

Gets a TranscriptEntry resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation. (entries.get)

listConferenceRecordsTranscriptsEntries(string $parent, array $optParams = [])

Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation. (entries.listConferenceRecordsTranscriptsEntries)

Details

TranscriptEntry get(string $name, array $optParams = [])

Gets a TranscriptEntry resource by entry ID. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation. (entries.get)

Parameters

string $name

Required. Resource name of the TranscriptEntry.

array $optParams

Optional parameters.

Return Value

TranscriptEntry

Exceptions

Exception

ListTranscriptEntriesResponse listConferenceRecordsTranscriptsEntries(string $parent, array $optParams = [])

Lists the structured transcript entries per transcript. By default, ordered by start time and in ascending order. Note: The transcript entries returned by the Google Meet API might not match the transcription found in the Google Docs transcript file. This can occur when the Google Docs transcript file is modified after generation. (entries.listConferenceRecordsTranscriptsEntries)

Parameters

string $parent

Required. Format: conferenceRecords/{conference_record}/transcripts/{transcript}

array $optParams

Optional parameters.

Return Value

ListTranscriptEntriesResponse

Exceptions

Exception