REST Resource: conferenceRecords.transcripts.entries
Risorsa: TrascrizioneEntry
Voce singola per la voce di un utente durante una sessione della trascrizione.
Rappresentazione JSON |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
Campi |
name |
string
Solo output. Nome 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, di massimo 10.000 parole. Tieni presente che il limite è soggetto a modifiche.
|
languageCode |
string
Solo output. Lingua del testo parlato, ad esempio "en-US". Sintassi BCP 47 della IETF (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
Solo output. Timestamp dell'inizio della voce della trascrizione.
|
endTime |
string (Timestamp format)
Solo output. Timestamp del termine della voce della trascrizione.
|
Metodi |
|
Recupera una risorsa TranscriptEntry per ID voce. |
|
Elenca le voci delle trascrizioni strutturate 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 2024-09-11 UTC.
[null,null,["Ultimo aggiornamento 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"]]