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의 documents.get 메서드 (https://developers.google.com/docs/api/reference/rest/v1/documents/get)를 사용하여 콘텐츠를 가져옵니다.

exportUri

string

출력 전용입니다. Google Docs 스크립트 파일의 URI입니다. https://docs.google.com/document/d/{$DocumentId}/view를 사용하여 브라우저에서 스크립트를 탐색합니다.

스크립트 세션의 현재 상태입니다.

열거형
STATE_UNSPECIFIED 기본값이며 사용되지 않습니다.
STARTED 활성 스크립트 세션이 시작되었습니다.
ENDED 스크립트 세션이 종료되었지만 스크립트 파일이 아직 생성되지 않았습니다.
FILE_GENERATED 스크립트 파일이 생성되어 다운로드할 준비가 되었습니다.

메서드

get

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

list

회의 기록의 스크립트 세트를 나열합니다.