Show / Hide Table of Contents

Class ConferenceRecordsResource.TranscriptsResource.EntriesResource

The "entries" collection of methods.

Inheritance
object
ConferenceRecordsResource.TranscriptsResource.EntriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Meet.v2
Assembly: Google.Apis.Meet.v2.dll
Syntax
public class ConferenceRecordsResource.TranscriptsResource.EntriesResource

Constructors

EntriesResource(IClientService)

Constructs a new resource.

Declaration
public EntriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.

Declaration
public virtual ConferenceRecordsResource.TranscriptsResource.EntriesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Resource name of the TranscriptEntry.

Returns
Type Description
ConferenceRecordsResource.TranscriptsResource.EntriesResource.GetRequest

List(string)

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 1) we have interleaved speakers within milliseconds, or 2) the Google Docs transcript file is modified after generation.

Declaration
public virtual ConferenceRecordsResource.TranscriptsResource.EntriesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ConferenceRecordsResource.TranscriptsResource.EntriesResource.ListRequest
In this article
Back to top Generated by DocFX