REST Resource: conferenceRecords.transcripts.entries
Stay organized with collections
Save and categorize content based on your preferences.
Resource: TranscriptEntry
Single entry for one user’s speech during a transcript session.
JSON representation |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
Fields |
name |
string
Output only. Resource name of the entry. Format: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
Output only. Refers to the participant who speaks.
|
text |
string
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change.
|
languageCode |
string
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
Output only. Timestamp when the transcript entry started.
|
endTime |
string (Timestamp format)
Output only. Timestamp when the transcript entry ended.
|
Methods |
|
Gets a TranscriptEntry resource by entry ID. |
|
Lists the structured transcript entries per transcript. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-02 UTC.
[null,null,["Last updated 2025-04-02 UTC."],[],[],null,["# REST Resource: conferenceRecords.transcripts.entries\n\n- [Resource: TranscriptEntry](#TranscriptEntry)\n - [JSON representation](#TranscriptEntry.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TranscriptEntry\n-------------------------\n\nSingle entry for one user's speech during a transcript session.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"participant\": string, \"text\": string, \"languageCode\": string, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the entry. Format: \"conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}\" |\n| `participant` | `string` Output only. Refers to the participant who speaks. |\n| `text` | `string` Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change. |\n| `languageCode` | `string` Output only. Language of spoken text, such as \"en-US\". IETF BCP 47 syntax (\u003chttps://tools.ietf.org/html/bcp47\u003e) |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry ended. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/get) | Gets a `TranscriptEntry` resource by entry ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/list) | Lists the structured transcript entries per transcript. |"]]