REST Resource: conferenceRecords.transcripts
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: Bản chép lời
Siêu dữ liệu của bản chép lời được tạo từ một cuộc họp. Đây là kết quả ASR (Nhận dạng giọng nói tự động) của lời nói của người dùng trong cuộc họp.
Biểu diễn dưới dạng 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 .
} |
Trường |
name |
string
Chỉ có đầu ra. Tên tài nguyên của bản chép lời. Định dạng: conferenceRecords/{conferenceRecord}/transcripts/{transcript} , trong đó {transcript} là mối liên kết 1:1 với từng phiên chép lời riêng biệt của hội nghị.
|
state |
enum (State )
Chỉ có đầu ra. Trạng thái hiện tại.
|
startTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi bản chép lời bắt đầu.
|
endTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian khi bản chép lời dừng.
|
Trường hợp hợp nhất destination . destination chỉ có thể là một trong những loại sau:
|
docsDestination |
object (DocsDestination )
Chỉ có đầu ra. Nơi lưu bản chép lời trên Google Tài liệu.
|
DocsDestination
Vị trí trên Google Tài liệu nơi lưu tệp bản chép lời.
Biểu diễn dưới dạng JSON |
{
"document": string,
"exportUri": string
} |
Trường |
document |
string
Chỉ có đầu ra. Mã tài liệu của tệp bản chép lời cơ bản trên Google Tài liệu. Ví dụ: "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Sử dụng phương thức documents.get của API Google Tài liệu (https://developers.google.com/docs/api/reference/rest/v1/documents/get) để tìm nạp nội dung.
|
exportUri |
string
Chỉ có đầu ra. URI cho tệp bản chép lời trên Google Tài liệu. Sử dụng https://docs.google.com/document/d/{$DocumentId}/view để duyệt xem bản chép lời trong trình duyệt.
|
Tiểu bang
Trạng thái hiện tại của phiên chép lời.
Enum |
STATE_UNSPECIFIED |
Mặc định, chưa từng được sử dụng. |
STARTED |
Một phiên chép lời đang hoạt động đã bắt đầu. |
ENDED |
Phiên chép lời này đã kết thúc nhưng tệp bản chép lời chưa được tạo. |
FILE_GENERATED |
Tệp bản chép lời đã được tạo và sẵn sàng để tải xuống. |
Phương thức |
|
Lấy bản chép lời theo mã bản chép lời. |
|
Liệt kê tập hợp bản chép lời từ bản ghi cuộc họp. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]