Interface NotetakerTranscript

Interface representing Notetaker media transcript information

Hierarchy

  • NotetakerTranscript

Properties

createdAt: number

When the transcript file was uploaded to the storage server, in Unix timestamp format.

expiresAt: number

When the transcript file will be deleted from the storage server, in Unix timestamp format.

name: string

The name of the transcript file.

size: number

The size of the file, in bytes.

ttl: number

Time-to-live in seconds until the transcript file will be deleted from Nylas' storage server.

type: string

The MIME type of the transcript file.

url: string

A link to the meeting transcript.

Generated using TypeDoc