Class ConferenceRecordsResource.TranscriptsResource.EntriesResource
The "entries" collection of methods.
Inherited Members
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 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 |
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 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: |
Returns
Type | Description |
---|---|
ConferenceRecordsResource.TranscriptsResource.EntriesResource.ListRequest |