REST Resource: conferenceRecords.transcripts
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: Transkrypcja
Metadane transkrypcji wygenerowanej na podstawie konferencji. Odnosi się do wyniku automatycznego rozpoznawania mowy (ASR) podczas konferencji.
Zapis 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 .
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu transkrypcji. Format: conferenceRecords/{conferenceRecord}/transcripts/{transcript} , gdzie {transcript} to dopasowanie 1:1 do każdej sesji transkrypcji z konferencji.
|
state |
enum (State )
Tylko dane wyjściowe. Bieżący stan.
|
startTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa rozpoczęcia transkrypcji.
|
endTime |
string (Timestamp format)
Tylko dane wyjściowe. Sygnatura czasowa zakończenia transkrypcji.
|
Pole unii destination . destination może być tylko jednym z tych elementów:
|
docsDestination |
object (DocsDestination )
Tylko dane wyjściowe. Miejsce zapisywania transkrypcji w Dokumentach Google.
|
DocsDestination
Lokalizacja w Dokumentach Google, w której jest zapisany plik transkrypcji.
Zapis JSON |
{
"document": string,
"exportUri": string
} |
Pola |
document |
string
Tylko dane wyjściowe. Identyfikator dokumentu dla powiązanego pliku transkrypcji w Dokumentach Google. Na przykład „1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP”. Aby pobrać zawartość, użyj metody documents.get interfejsu Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get).
|
exportUri |
string
Tylko dane wyjściowe. Identyfikator URI pliku transkrypcji w Dokumentach Google. Aby przeglądać transkrypcję w przeglądarce, użyj https://docs.google.com/document/d/{$DocumentId}/view .
|
Stan
bieżący stan sesji transkrypcji.
Wartości w polu enum |
STATE_UNSPECIFIED |
Domyślna, nigdy nie używana. |
STARTED |
Rozpoczęła się aktywna sesja transkrypcji. |
ENDED |
Ta sesja transkrypcji została zakończona, ale plik transkrypcji nie został jeszcze wygenerowany. |
FILE_GENERATED |
Plik transkrypcji został wygenerowany i jest gotowy do pobrania. |
Metody |
|
Pobiera transkrypcję według identyfikatora transkrypcji. |
|
Wyświetla zestaw transkrypcji z nagrania konferencji. |
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\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. |"]]