REST Resource: conferenceRecords.transcripts.entries
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिसॉर्स: TranscriptEntry
ट्रांसक्रिप्ट सेशन के दौरान, किसी उपयोगकर्ता की एक बार की गई बातचीत की जानकारी.
JSON के काेड में दिखाना |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. एंट्री के संसाधन का नाम. फ़ॉर्मैट: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले उस व्यक्ति को दिखाता है जो बोल रहा है.
|
text |
string
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले व्यक्ति की आवाज़ का लिखाई में बदला गया टेक्स्ट. इसमें ज़्यादा से ज़्यादा 10 हज़ार शब्द हो सकते हैं. ध्यान दें कि इस सीमा में बदलाव किया जा सकता है.
|
languageCode |
string
सिर्फ़ आउटपुट के लिए. बोले गए टेक्स्ट की भाषा, जैसे कि "en-US". IETF BCP 47 सिंटैक्स (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. ट्रांसक्रिप्ट की एंट्री शुरू होने का टाइमस्टैंप.
|
endTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. ट्रांसक्रिप्ट की एंट्री खत्म होने का टाइमस्टैंप.
|
तरीके |
|
एंट्री आईडी के हिसाब से TranscriptEntry रिसॉर्स पाता है. |
|
हर ट्रांसक्रिप्ट के लिए, स्ट्रक्चर्ड ट्रांसक्रिप्ट की एंट्री की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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.entries\n\n- [Resource: TranscriptEntry](#TranscriptEntry)\n - [JSON representation](#TranscriptEntry.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: TranscriptEntry\n-------------------------\n\nSingle entry for one user's speech during a transcript session.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"participant\": string, \"text\": string, \"languageCode\": string, \"startTime\": string, \"endTime\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the entry. Format: \"conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}\" |\n| `participant` | `string` Output only. Refers to the participant who speaks. |\n| `text` | `string` Output only. The transcribed text of the participant's voice, at maximum 10K words. Note that the limit is subject to change. |\n| `languageCode` | `string` Output only. Language of spoken text, such as \"en-US\". IETF BCP 47 syntax (\u003chttps://tools.ietf.org/html/bcp47\u003e) |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript entry ended. |\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/get) | Gets a `TranscriptEntry` resource by entry ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts.entries/list) | Lists the structured transcript entries per transcript. |"]]