REST Resource: conferenceRecords.transcripts.entries
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: TranscriptEntry
Voce singola per il parlato di un utente durante una sessione di trascrizione.
Rappresentazione JSON |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
Campi |
name |
string
Solo output. Nome della risorsa della voce. Formato: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
Solo output. Si riferisce al partecipante che parla.
|
text |
string
Solo output. Il testo trascritto della voce del partecipante, con un massimo di 10.000 parole. Tieni presente che il limite è soggetto a modifica.
|
languageCode |
string
Solo output. Lingua del testo parlato, ad esempio "en-US". Sintassi IETF BCP 47 (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
Solo output. Timestamp dell'inizio dell'inserimento della trascrizione.
|
endTime |
string (Timestamp format)
Solo output. Timestamp del termine dell'inserimento della trascrizione.
|
Metodi |
|
Recupera una risorsa TranscriptEntry in base all'ID voce. |
|
Elenca le voci della trascrizione strutturata per trascrizione. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 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. |"]]