REST Resource: conferenceRecords.transcripts.entries
Zasób: Transkrypcja
Pojedynczy wpis dotyczący wypowiedzi danego użytkownika podczas sesji transkrypcji.
Zapis JSON |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu wpisu. Format: „conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
Tylko dane wyjściowe. Dotyczy wypowiadającego się uczestnika.
|
text |
string
Tylko dane wyjściowe. Przetranskrybowany tekst głosu uczestnika (maksymalnie 10 tys. słów). Pamiętaj, że limit może ulec zmianie.
|
languageCode |
string
Tylko dane wyjściowe. Język tekstu mówionego, na przykład „pl-PL”. Składnia IETF BCP 47 (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia wpisu transkrypcji.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia wpisywania transkrypcji.
|
Metody |
|
Pobiera zasób TranscriptEntry według identyfikatora wpisu. |
|
Zawiera listę uporządkowanych wpisów transkrypcji dla poszczególnych transkrypcji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-11 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]