[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-11 (世界標準時間)。"],[[["`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"]]