REST Resource: conferenceRecords.transcripts

리소스: Transcript

회의에서 생성된 스크립트의 메타데이터입니다. 회의 중 사용자 음성의 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 스크립트 파일이 생성되어 다운로드할 준비가 되었습니다.

방법

get

스크립트 ID별로 스크립트를 가져옵니다.

list

회의 기록의 스크립트 모음을 나열합니다.