REST Resource: conferenceRecords.transcripts.entries
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: TranscriptEntry
Pojedynczy wpis dotyczący mowy jednego 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. Odnosi się do uczestnika, który mówi.
|
text |
string
Tylko dane wyjściowe. Transkrypcja 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, np. „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 wpisu transkrypcji.
|
Metody |
|
Pobiera zasób TranscriptEntry według identyfikatora wpisu. |
|
Lista uporządkowanych wpisów transkrypcji na transkrypcję. |
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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]