REST Resource: conferenceRecords.transcripts
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: ข้อความถอดเสียง
ข้อมูลเมตาของข้อความถอดเสียงที่สร้างขึ้นจากการประชุม หมายถึงผลลัพธ์ ASR (การรู้จำคำพูดอัตโนมัติ) ของคำพูดของผู้ใช้ระหว่างการประชุม
การแสดง JSON |
{
"name": string,
"state": enum (State ),
"startTime": string,
"endTime": string,
// Union field destination can be only one of the following:
"docsDestination": {
object (DocsDestination )
}
// End of list of possible types for union field destination .
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากรของข้อความถอดเสียง รูปแบบ: conferenceRecords/{conferenceRecord}/transcripts/{transcript} โดยที่ {transcript} เป็นการแมปแบบ 1:1 กับแต่ละเซสชันการถอดเสียงที่ไม่ซ้ำกันของการประชุม
|
state |
enum (State )
เอาต์พุตเท่านั้น สถานะปัจจุบัน
|
startTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาที่ข้อความถอดเสียงเริ่มต้น
|
endTime |
string (Timestamp format)
เอาต์พุตเท่านั้น การประทับเวลาที่หยุดถอดเสียงเป็นคำ
|
ฟิลด์สหภาพ destination destination ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
|
docsDestination |
object (DocsDestination )
เอาต์พุตเท่านั้น ตำแหน่งที่จะบันทึกข้อความถอดเสียงของ Google เอกสาร
|
DocsDestination
ตำแหน่งใน Google เอกสารที่บันทึกไฟล์ข้อความถอดเสียง
การแสดง JSON |
{
"document": string,
"exportUri": string
} |
ช่อง |
document |
string
เอาต์พุตเท่านั้น รหัสเอกสารของไฟล์ข้อความถอดเสียง Google เอกสารที่เกี่ยวข้อง เช่น "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP" ใช้เมธอด documents.get ของ Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) เพื่อดึงข้อมูลเนื้อหา
|
exportUri |
string
เอาต์พุตเท่านั้น URI สำหรับไฟล์ข้อความถอดเสียงของ Google เอกสาร ใช้ https://docs.google.com/document/d/{$DocumentId}/view เพื่อเรียกดูข้อความถอดเสียงในเบราว์เซอร์
|
รัฐ
สถานะปัจจุบันของเซสชันข้อความถอดเสียง
Enum |
STATE_UNSPECIFIED |
ค่าเริ่มต้น ไม่เคยมีการใช้งาน |
STARTED |
เซสชันข้อความถอดเสียงที่ทำงานอยู่ได้เริ่มต้นขึ้น |
ENDED |
เซสชันข้อความถอดเสียงนี้สิ้นสุดแล้ว แต่ระบบยังไม่ได้สร้างไฟล์ข้อความถอดเสียง |
FILE_GENERATED |
ระบบสร้างไฟล์ข้อความถอดเสียงและพร้อมให้ดาวน์โหลดแล้ว |
เมธอด |
|
รับข้อความถอดเสียงตามรหัสข้อความถอดเสียง |
|
แสดงรายการข้อความถอดเสียงจากสถิติของการประชุม |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[],[],null,["# REST Resource: conferenceRecords.transcripts\n\n- [Resource: Transcript](#Transcript)\n - [JSON representation](#Transcript.SCHEMA_REPRESENTATION)\n- [DocsDestination](#DocsDestination)\n - [JSON representation](#DocsDestination.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Transcript\n--------------------\n\nMetadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#State), \"startTime\": string, \"endTime\": string, // Union field `destination` can be only one of the following: \"docsDestination\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#DocsDestination) } // End of list of possible types for union field `destination`. } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the transcript. Format: `conferenceRecords/{conferenceRecord}/transcripts/{transcript}`, where `{transcript}` is a 1:1 mapping to each unique transcription session of the conference. |\n| `state` | `enum (`[State](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#State)`)` Output only. Current state. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript stopped. |\n| Union field `destination`. `destination` can be only one of the following: ||\n| `docsDestination` | `object (`[DocsDestination](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#DocsDestination)`)` Output only. Where the Google Docs transcript is saved. |\n\nDocsDestination\n---------------\n\nGoogle Docs location where the transcript file is saved.\n\n| JSON representation |\n|-----------------------------------------------------|\n| ``` { \"document\": string, \"exportUri\": string } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `document` | `string` Output only. The document ID for the underlying Google Docs transcript file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use the `documents.get` method of the Google Docs API (\u003chttps://developers.google.com/docs/api/reference/rest/v1/documents/get\u003e) to fetch the content. |\n| `exportUri` | `string` Output only. URI for the Google Docs transcript file. Use `https://docs.google.com/document/d/{$DocumentId}/view` to browse the transcript in the browser. |\n\nState\n-----\n\nCurrent state of the transcript session.\n\n| Enums ||\n|---------------------|---------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default, never used. |\n| `STARTED` | An active transcript session has started. |\n| `ENDED` | This transcript session has ended, but the transcript file hasn't been generated yet. |\n| `FILE_GENERATED` | Transcript file is generated and ready to download. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|----------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/get) | Gets a transcript by transcript ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/list) | Lists the set of transcripts from the conference record. |"]]