REST Resource: conferenceRecords.transcripts.entries
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: TranscriptEntry
Transkript oturumu sırasında bir kullanıcının konuşması için tek giriş.
JSON gösterimi |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
Alanlar |
name |
string
Yalnızca çıkış. Girişin kaynak adı. Format: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
Yalnızca çıkış. Konuşma yapan katılımcıyı ifade eder.
|
text |
string
Yalnızca çıkış. Katılımcının sesinin metne dönüştürülmüş hali (maksimum 10.000 kelime). Sınırın değişebileceğini unutmayın.
|
languageCode |
string
Yalnızca çıkış. Konuşulan metnin dili ("en-US" gibi). IETF BCP 47 söz dizimi (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
Yalnızca çıkış. Transkript girişinin başladığı zaman damgası.
|
endTime |
string (Timestamp format)
Yalnızca çıkış. Transkript girişinin sona erdiği zaman damgası.
|
Yöntemler |
|
Giriş kimliğine göre bir TranscriptEntry kaynağı alır. |
|
Her transkript için yapılandırılmış transkript girişlerini listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]