REST Resource: conferenceRecords.transcripts.entries
संसाधन: ट्रांसक्रिप्ट एंट्री
ट्रांसक्रिप्ट सेशन के दौरान, एक उपयोगकर्ता के भाषण के लिए सिंगल एंट्री.
JSON के काेड में दिखाना |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. एंट्री के संसाधन का नाम. फ़ॉर्मैट: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{ending}"
|
participant |
string
सिर्फ़ आउटपुट के लिए. बोलने वाले व्यक्ति के बारे में जानकारी देता है.
|
text |
string
सिर्फ़ आउटपुट के लिए. मीटिंग में हिस्सा लेने वाले व्यक्ति की आवाज़ का ट्रांसक्रिप्ट, ज़्यादा से ज़्यादा 10 हज़ार शब्दों में होना चाहिए. ध्यान दें कि यह सीमा बदल सकती है.
|
languageCode |
string
सिर्फ़ आउटपुट के लिए. बोले गए टेक्स्ट की भाषा, जैसे कि "en-US". आईईटीएफ़ 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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-11 (UTC) को अपडेट किया गया."],[[["`TranscriptEntry` resource represents a single user's speech within a Google Meet transcript session, containing details like participant, transcribed text, language, and timestamps."],["Each entry is identified by a unique resource name and includes essential information for analyzing individual contributions within a meeting."],["You can retrieve individual transcript entries using the `get` method or list all entries for a specific transcript using the `list` method."],["The API provides structured access to transcript data, allowing developers to programmatically analyze and utilize meeting conversations."]]],["The `TranscriptEntry` resource represents a single user's speech in a transcript session. Key data includes the speaker (`participant`), transcribed `text` (up to 10K words), spoken `languageCode`, and the `startTime` and `endTime` of the speech. The resource is identified by a `name`. Data can be accessed via two methods: `get`, which retrieves a single entry, and `list`, which retrieves multiple entries within a transcript. All field data are output only.\n"]]