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 |
Output only. Resource name of the entry. Format: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}" |
participant |
Output only. Refers to the participant who speaks. |
text |
Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change. |
languageCode |
Output only. Language of spoken text, such as "en-US". IETF BCP 47 syntax (https://tools.ietf.org/html/bcp47) |
startTime |
Output only. Timestamp when the transcript entry started. |
endTime |
Output only. Timestamp when the transcript entry ended. |
Methods |
|
---|---|
|
Gets a TranscriptEntry resource by entry ID. |
|
Lists the structured transcript entries per transcript. |