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} הוא מיפוי אחד-לאחד לכל סשן תמלול ייחודי של הכינוס.
|
state |
enum (State )
פלט בלבד. המצב הנוכחי.
|
startTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן של תחילת התמלול.
|
endTime |
string (Timestamp format)
פלט בלבד. חותמת הזמן שבה התמלול הופסק.
|
שדה האיחוד destination . הערך של destination יכול להיות רק אחת מהאפשרויות הבאות: |
docsDestination |
object (DocsDestination )
פלט בלבד. איפה נשמר התמליל ב-Google Docs.
|
DocsDestination
המיקום ב-Google Docs שבו נשמר קובץ התמליל.
ייצוג ב-JSON |
{
"document": string,
"exportUri": string
} |
שדות |
document |
string
פלט בלבד. מזהה המסמך של קובץ התמליל הבסיסי ב-Google Docs. לדוגמה, 1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP. כדי לאחזר את התוכן, משתמשים בשיטה documents.get של Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get).
|
exportUri |
string
פלט בלבד. מזהה URI של קובץ התמליל ב-Google Docs. אפשר להשתמש ב-https://docs.google.com/document/d/{$DocumentId}/view כדי לדפדף בתמליל בדפדפן.
|
מדינה
המצב הנוכחי של סשן התמליל.
טיפוסים בני מנייה (enum) |
STATE_UNSPECIFIED |
ברירת המחדל, אף פעם לא נעשה בה שימוש. |
STARTED |
התחיל סשן פעיל של תמלול. |
ENDED |
סשן התמליל הזה הסתיים, אבל קובץ התמליל עדיין לא נוצר. |
FILE_GENERATED |
קובץ התמליל נוצר ומוכן להורדה. |
Methods |
|
אחזור תמליל לפי מזהה תמליל. |
|
רשימה של קבוצת התמלילים מהרשומה של הכינוס. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]