REST Resource: conferenceRecords.transcripts
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: Transkript
Metadaten für ein Transkript, das aus einer Konferenz generiert wurde. Bezieht sich auf das ASR-Ergebnis (Automatic Speech Recognition, automatische Spracherkennung) der Sprache des Nutzers während der Konferenz.
JSON-Darstellung |
{
"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 .
} |
Felder |
name |
string
Nur Ausgabe. Ressourcenname des Transkripts. Format: conferenceRecords/{conferenceRecord}/transcripts/{transcript} , wobei {transcript} einer einzelnen Transkriptionssitzung der Konferenz zugeordnet ist.
|
state |
enum (State )
Nur Ausgabe. Aktueller Status.
|
startTime |
string (Timestamp format)
Nur Ausgabe. Zeitstempel für den Beginn des Transkripts.
|
endTime |
string (Timestamp format)
Nur Ausgabe. Zeitstempel, zu dem die Transkription beendet wurde.
|
Union-Feld destination . Für destination ist nur einer der folgenden Werte zulässig: |
docsDestination |
object (DocsDestination )
Nur Ausgabe. Hier wird das Transkript in Google Docs gespeichert.
|
DocsDestination
Speicherort in Google Docs, an dem die Transkriptdatei gespeichert ist.
JSON-Darstellung |
{
"document": string,
"exportUri": string
} |
Felder |
document |
string
Nur Ausgabe. Die Dokument-ID der zugrunde liegenden Google Docs-Transkriptdatei. Beispiel: „1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP“. Verwende die documents.get -Methode der Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get), um den Inhalt abzurufen.
|
exportUri |
string
Nur Ausgabe. URI für die Transkriptdatei in Google Docs. Mit https://docs.google.com/document/d/{$DocumentId}/view kannst du das Transkript im Browser durchsuchen.
|
Status
Aktueller Status der Transkriptsitzung.
Enums |
STATE_UNSPECIFIED |
Standardeinstellung, wird nie verwendet. |
STARTED |
Eine aktive Transkriptsitzung wurde gestartet. |
ENDED |
Diese Transkriptsitzung ist beendet, die Transkriptdatei wurde aber noch nicht generiert. |
FILE_GENERATED |
Die Transkriptdatei wurde generiert und kann heruntergeladen werden. |
Methoden |
|
Ruft ein Transkript nach Transkript-ID ab. |
|
Listet die Transkripte aus dem Konferenzprotokoll auf. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]