REST Resource: conferenceRecords.transcripts.entries
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: TranscriptEntry
รายการเดียวสำหรับคำพูดของผู้ใช้ 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
เอาต์พุตเท่านั้น ภาษาของข้อความที่พูด เช่น "th-TH" ไวยากรณ์ 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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# REST Resource: conferenceRecords.transcripts.entries\n\n- [Resource: TranscriptEntry](#TranscriptEntry)\n - [JSON representation](#TranscriptEntry.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TranscriptEntry\n-------------------------\n\nSingle entry for one user's speech during a transcript session.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"participant\": string, \"text\": string, \"languageCode\": string, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the entry. Format: \"conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}\" |\n| `participant` | `string` Output only. Refers to the participant who speaks. |\n| `text` | `string` Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change. |\n| `languageCode` | `string` Output only. Language of spoken text, such as \"en-US\". IETF BCP 47 syntax (\u003chttps://tools.ietf.org/html/bcp47\u003e) |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry ended. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/get) | Gets a `TranscriptEntry` resource by entry ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/list) | Lists the structured transcript entries per transcript. |"]]