ConferenceRecordsTranscriptsEntries
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
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)
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)
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)