REST Resource: conferenceRecords.transcripts.entries
แหล่งข้อมูล: ข้อความถอดเสียง
รายการเดียวสําหรับคําพูดของผู้ใช้ 1 รายระหว่างเซสชันข้อความถอดเสียง
การแสดง 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
เอาต์พุตเท่านั้น ข้อความที่ถอดเสียงของผู้เข้าร่วมคือ 10, 000 คำ โปรดทราบว่าขีดจำกัดอาจมีการเปลี่ยนแปลง
|
languageCode |
string
เอาต์พุตเท่านั้น ภาษาของข้อความพูด เช่น "en-US" ไวยากรณ์ IETF BCP 47 (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาเมื่อเริ่มรายการข้อความถอดเสียง
|
endTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาเมื่อรายการข้อความถอดเสียงสิ้นสุดลง
|
เมธอด |
|
รับทรัพยากร TranscriptEntry ตามรหัสรายการ |
|
แสดงรายการข้อความถอดเสียงที่มีโครงสร้างต่อข้อความถอดเสียง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-11 UTC
[null,null,["อัปเดตล่าสุด 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"]]