[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-09-11 (UTC)"],[[["`TranscriptEntry` resource represents a single user's speech within a Google Meet transcript session, containing details like participant, transcribed text, language, and timestamps."],["Each entry is identified by a unique resource name and includes essential information for analyzing individual contributions within a meeting."],["You can retrieve individual transcript entries using the `get` method or list all entries for a specific transcript using the `list` method."],["The API provides structured access to transcript data, allowing developers to programmatically analyze and utilize meeting conversations."]]],["The `TranscriptEntry` resource represents a single user's speech in a transcript session. Key data includes the speaker (`participant`), transcribed `text` (up to 10K words), spoken `languageCode`, and the `startTime` and `endTime` of the speech. The resource is identified by a `name`. Data can be accessed via two methods: `get`, which retrieves a single entry, and `list`, which retrieves multiple entries within a transcript. All field data are output only.\n"]]