The Speechify client.

Constructors

Accessors

  • get version(): string
  • Get the current version of the package

    Returns string

Methods

  • Set the access token for the client.

    Parameters

    • token: undefined | string

      The Access Token to set.

    Returns void

  • Set the API key for the client.

    Parameters

    • key: undefined | string

      The API Key to set.

    Returns void

  • Delete a voice. API Reference.

    Parameters

    • voiceId: string

      The ID of the voice to delete.

    Returns Promise<void>