nylas
    Preparing search index...

    Interface NotetakerTranscript

    Interface representing Notetaker media transcript information

    interface NotetakerTranscript {
        createdAt: number;
        expiresAt: number;
        name: string;
        size: number;
        ttl: number;
        type: string;
        url: string;
    }
    Index

    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.