REST Resource: conferenceRecords.transcripts.entries
資源:TranscriptEntry
JSON 表示法 |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
欄位 |
name |
string
僅供輸出。項目的資源名稱。格式:「conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}
|
participant |
string
僅供輸出。指說話的參與者。
|
text |
string
僅供輸出。參與者語音的轉錄文字,最多 1 萬個字。請注意,這項限制隨時可能變動。
|
languageCode |
string
僅供輸出。口說文字的語言,例如「en-US」。IETF BCP 47 語法 (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
僅供輸出。轉錄稿項目開始時的時間戳記。
|
endTime |
string (Timestamp format)
僅供輸出。轉錄稿項目結束的時間戳記。
|
方法 |
|
按項目 ID 取得 TranscriptEntry 資源。 |
|
列出每個轉錄稿的結構化轉錄稿項目。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-11 (世界標準時間)。
[null,null,["上次更新時間: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"]]