REST Resource: conferenceRecords.transcripts
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: ट्रांसक्रिप्ट
कॉन्फ़्रेंस से जनरेट की गई ट्रांसक्रिप्ट का मेटाडेटा. यह कॉन्फ़्रेंस के दौरान, उपयोगकर्ता की बोली को एएसआर (अपने-आप बोली पहचानने की सुविधा) की मदद से लिखाई में बदलने का नतीजा होता है.
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 Docs में ट्रांसक्रिप्ट कहां सेव होती है.
|
DocsDestination
Google Docs में वह जगह जहां ट्रांसक्रिप्ट फ़ाइल सेव की गई है.
JSON के काेड में दिखाना |
{
"document": string,
"exportUri": string
} |
फ़ील्ड |
document |
string
सिर्फ़ आउटपुट के लिए. Google Docs में मौजूद ट्रांसक्रिप्ट फ़ाइल का दस्तावेज़ आईडी. उदाहरण के लिए, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". कॉन्टेंट फ़ेच करने के लिए, Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) के documents.get तरीके का इस्तेमाल करें.
|
exportUri |
string
सिर्फ़ आउटपुट के लिए. Google Docs की ट्रांसक्रिप्ट फ़ाइल का यूआरआई. ब्राउज़र में ट्रांसक्रिप्ट को ब्राउज़ करने के लिए, https://docs.google.com/document/d/{$DocumentId}/view का इस्तेमाल करें.
|
स्थिति
ट्रांसक्रिप्ट सेशन की मौजूदा स्थिति.
Enums |
STATE_UNSPECIFIED |
डिफ़ॉल्ट, कभी इस्तेमाल नहीं किया जाता. |
STARTED |
ट्रांसक्रिप्ट का कोई सेशन चालू हो. |
ENDED |
ट्रांसक्रिप्ट सेशन खत्म हो गया है, लेकिन ट्रांसक्रिप्ट फ़ाइल अभी तक जनरेट नहीं हुई है. |
FILE_GENERATED |
ट्रांसक्रिप्ट फ़ाइल जनरेट हो गई है और डाउनलोड के लिए तैयार है. |
तरीके |
|
ट्रांसक्रिप्ट आईडी के हिसाब से ट्रांसक्रिप्ट पाता है. |
|
कॉन्फ़्रेंस रिकॉर्ड से ट्रांसक्रिप्ट का सेट दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]