@magiclane/maps-sdk
    Preparing search index...

    Class Voice

    Voice object

    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Parameters

      • pointerId: number

      Returns Voice

    Properties

    pointerId: number

    Accessors

    • get fileName(): string

      Get the voice file name. This contains the whole path to the voice file.

      Returns string

      The voice file name

      An exception if it fails.

    • get id(): number

      Get the voice id.

      Returns number

      The voice id

      An exception if it fails.

    • get language(): Language

      Get the voice language.

      Returns Language

      The voice language

      An exception if it fails.

    • get name(): string

      Get the voice name.

      Returns string

      The voice name

      An exception if it fails.

    • get type(): VoiceType

      Get the voice type.

      Returns VoiceType

      The voice type

      An exception if it fails.

    Methods

    • Parameters

      • pointerId: number

      Returns Voice