REST Resource: conferenceRecords.transcripts
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: 스크립트
회의에서 생성된 스크립트의 메타데이터입니다. 회의 중에 사용자의 음성에서 ASR (자동 음성 인식) 결과를 가리킵니다.
JSON 표현 |
{
"name": string,
"state": enum (State ),
"startTime": string,
"endTime": string,
// Union field destination can be only one of the following:
"docsDestination": {
object (DocsDestination )
}
// End of list of possible types for union field destination .
} |
필드 |
name |
string
출력 전용입니다. 스크립트의 리소스 이름입니다. 형식: conferenceRecords/{conferenceRecord}/transcripts/{transcript} , 여기서 {transcript} 는 회의의 각 고유한 스크립트 세션에 대한 1:1 매핑입니다.
|
state |
enum (State )
출력 전용입니다. 현재 상태입니다.
|
startTime |
string (Timestamp format)
출력 전용입니다. 스크립트가 시작된 시점의 타임스탬프입니다.
|
endTime |
string (Timestamp format)
출력 전용입니다. 스크립트 작성이 중지된 시점의 타임스탬프입니다.
|
통합 필드 destination . destination 는 다음 중 하나여야 합니다.
|
docsDestination |
object (DocsDestination )
출력 전용입니다. Google Docs 스크립트가 저장되는 위치입니다.
|
DocsDestination
스크립트 파일이 저장되는 Google Docs 위치입니다.
JSON 표현 |
{
"document": string,
"exportUri": string
} |
필드 |
document |
string
출력 전용입니다. 기본 Google Docs 스크립트 파일의 문서 ID입니다. 예를 들어 '1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP'입니다. Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get)의 documents.get 메서드를 사용하여 콘텐츠를 가져옵니다.
|
exportUri |
string
출력 전용입니다. Google Docs 스크립트 파일의 URI입니다. https://docs.google.com/document/d/{$DocumentId}/view 를 사용하여 브라우저에서 스크립트를 탐색합니다.
|
주
열거형 |
STATE_UNSPECIFIED |
기본값이며 사용되지 않습니다. |
STARTED |
활성 스크립트 세션이 시작되었습니다. |
ENDED |
이 스크립트 세션은 종료되었지만 스크립트 파일이 아직 생성되지 않았습니다. |
FILE_GENERATED |
스크립트 파일이 생성되었으며 다운로드할 수 있습니다. |
메서드 |
|
스크립트 ID로 스크립트를 가져옵니다. |
|
회의 기록의 스크립트 집합을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[],[],null,["# REST Resource: conferenceRecords.transcripts\n\n- [Resource: Transcript](#Transcript)\n - [JSON representation](#Transcript.SCHEMA_REPRESENTATION)\n- [DocsDestination](#DocsDestination)\n - [JSON representation](#DocsDestination.SCHEMA_REPRESENTATION)\n- [State](#State)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Transcript\n--------------------\n\nMetadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"state\": enum (/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#State), \"startTime\": string, \"endTime\": string, // Union field `destination` can be only one of the following: \"docsDestination\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#DocsDestination) } // End of list of possible types for union field `destination`. } ``` |\n\n| Fields ||\n|-------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the transcript. Format: `conferenceRecords/{conferenceRecord}/transcripts/{transcript}`, where `{transcript}` is a 1:1 mapping to each unique transcription session of the conference. |\n| `state` | `enum (`[State](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#State)`)` Output only. Current state. |\n| `startTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript started. |\n| `endTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp when the transcript stopped. |\n| Union field `destination`. `destination` can be only one of the following: ||\n| `docsDestination` | `object (`[DocsDestination](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts#DocsDestination)`)` Output only. Where the Google Docs transcript is saved. |\n\nDocsDestination\n---------------\n\nGoogle Docs location where the transcript file is saved.\n\n| JSON representation |\n|-----------------------------------------------------|\n| ``` { \"document\": string, \"exportUri\": string } ``` |\n\n| Fields ||\n|-------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `document` | `string` Output only. The document ID for the underlying Google Docs transcript file. For example, \"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use the `documents.get` method of the Google Docs API (\u003chttps://developers.google.com/docs/api/reference/rest/v1/documents/get\u003e) to fetch the content. |\n| `exportUri` | `string` Output only. URI for the Google Docs transcript file. Use `https://docs.google.com/document/d/{$DocumentId}/view` to browse the transcript in the browser. |\n\nState\n-----\n\nCurrent state of the transcript session.\n\n| Enums ||\n|---------------------|---------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default, never used. |\n| `STARTED` | An active transcript session has started. |\n| `ENDED` | This transcript session has ended, but the transcript file hasn't been generated yet. |\n| `FILE_GENERATED` | Transcript file is generated and ready to download. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|----------------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/get) | Gets a transcript by transcript ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.transcripts/list) | Lists the set of transcripts from the conference record. |"]]