REST Resource: conferenceRecords.transcripts.entries
리소스: TranscriptEntry
스크립트 세션 중 한 사용자의 음성은 한 번 입력됩니다.
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
출력 전용입니다. 참여자 음성의 텍스트로, 최대 10,000단어입니다. 이 한도는 변경될 수 있습니다.
|
languageCode |
string
출력 전용입니다. 음성 텍스트의 언어입니다(예: 'ko-KR'). IETF BCP 47 구문 (https://tools.ietf.org/html/bcp47)
|
startTime |
string (Timestamp format)
출력 전용입니다. 스크립트 항목이 시작된 시점의 타임스탬프입니다.
|
endTime |
string (Timestamp format)
출력 전용입니다. 스크립트 항목이 종료된 시점의 타임스탬프입니다.
|
메서드 |
|
항목 ID별로 TranscriptEntry 리소스를 가져옵니다. |
|
스크립트당 구조화된 스크립트 항목을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]