Resource: Transcript
Metadata for a transcript generated from a conference. It refers to the ASR (Automatic Speech Recognition) result of user's speech during the conference.
| JSON representation |
|---|
{ "name": string, "state": enum ( |
| Fields | |
|---|---|
name |
Output only. Resource name of the transcript. Format: |
state |
Output only. Current state. |
startTime |
Output only. Timestamp when the transcript started. |
endTime |
Output only. Timestamp when the transcript stopped. |
Union field
|
|
docsDestination |
Output only. Where the Google Docs transcript is saved. |
State
Current state of the transcript session.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
Default, never used. |
STARTED |
An active transcript session has started. |
ENDED |
This transcript session has ended, but the transcript file hasn't been generated yet. |
FILE_GENERATED |
Transcript file is generated and ready to download. |
Methods |
|
|---|---|
|
Gets a transcript by transcript ID. |
|
Lists the set of transcripts from the conference record. |