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"
|
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 لتصفح النص في المتصفّح.
|
الحالة
الحالة الحالية لجلسة النص
عمليات التعداد |
STATE_UNSPECIFIED |
القيمة التلقائية، لم يتم استخدامها مطلقًا. |
STARTED |
بدأت جلسة نشطة لتحويل الصوت إلى نص. |
ENDED |
انتهت جلسة إنشاء النص، ولكن لم يتم إنشاء ملف النص بعد. |
FILE_GENERATED |
تم إنشاء ملف النص وأصبح جاهزًا للتنزيل. |
الطُرق |
|
الحصول على نص حسب معرّف النص |
|
يسرد مجموعة النصوص من سجلّ المؤتمر. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]