REST Resource: conferenceRecords.transcripts.entries
リソース: TranscriptEntry
文字起こしセッション中の 1 人のユーザーの音声を 1 つのエントリとして入力。
JSON 表現 |
{
"name": string,
"participant": string,
"text": string,
"languageCode": string,
"startTime": string,
"endTime": string
} |
フィールド |
name |
string
出力専用。エントリのリソース名。形式: "conferenceRecords/{conferenceRecord}/transcripts/{transcript}/entries/{entry}"
|
participant |
string
出力専用。発言する参加者を指します。
|
text |
string
出力専用。参加者の声を文字に変換したテキスト(最大 1 万語)。この上限は変更される場合があります。
|
languageCode |
string
出力専用。音声テキストの言語(「en-US」など)。IETF BCP 47 構文(https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
出力専用。文字起こしエントリの開始時のタイムスタンプ。
|
endTime |
string (Timestamp format)
出力専用。文字起こしエントリが終了した時点のタイムスタンプ。
|
メソッド |
|
エントリ ID で TranscriptEntry リソースを取得します。 |
|
文字起こしごとの構造化文字起こしエントリを一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-11 UTC。
[null,null,["最終更新日 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"]]