document property

String? document
getter/setter pair

The document ID for the underlying Google Docs transcript file.

For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the documents.get method of the Google Docs API (https://developers.google.com/docs/api/reference/rest/v1/documents/get) to fetch the content.

Output only.

Implementation

core.String? document;