For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Platform docsVideosCommunitySign up
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
CapabilitiesGetting startedVoice AI OrchestrationVoxEngine PlatformAPI ReferenceFAQ
      • Overview
          • Overview
          • AnsweringMachineDetector
          • Events
          • Model
          • ResultClass
          • ResultSubtype
        • Cartesia
        • Deepgram
        • ElevenLabs
        • Gemini
        • Grok
        • Inworld
        • OpenAI
        • Pipecat
        • Ultravox
        • Yandex
  • Management API
    • Reference
    • Authorization
    • Errors
  • Web SDK
    • Overview
  • Android SDK
    • Overview
  • Android SDK v3
    • Overview
  • iOS SDK
    • Overview
  • React Native SDK
    • Overview
  • Flutter SDK
    • Overview
LogoLogo
Platform docsVideosCommunitySign up
On this page
  • Classes
  • Enums
  • Functions
  • create
  • Types
  • Parameters
  • Thresholds
VoxEngineVoice AIAMD

AMD

Answering Machine Detection provides methods that allow developers to recognize voicemail prompts with the help of artificial intelligence.
||View as Markdown|
Was this page helpful?
Edit this page
Previous

Events

Next

AnsweringMachineDetector

Built with

Answering Machine Detection provides methods that allow developers to recognize voicemail prompts with the help of artificial intelligence. Read more about the topic in the Voicemail detection article.

Classes

  • AnsweringMachineDetector — Answering machine or voicemail detector class.

Enums

  • Events
  • Model — Answering machine or voicemail detector model.
  • ResultClass — Answering machine result class, such as human, voicemail, timeout or call termination.
  • ResultSubtype — Answering machine result subtype, such as mimic or none.

Functions

create

Creates a new AMD.AnsweringMachineDetector instance. You can attach sources later via the VoxMediaUnit sendMediaTo method.

1create(parameters: AMD.Parameters): AMD.AnsweringMachineDetector

Parameters

parameters
AMD.ParametersRequired

Types

Parameters

Parameters for the AMD.create method.

model
AMD.Model

Recognition model - AMD.Model.

thresholds
AMD.Thresholds

optional

Optional. Detection threshold in the range 0.0 - 1.0.

timeout
number

optional

Optional. Detection timeout in milliseconds. Note that the timeout is only triggered after the CallEvents.Connected event. The default value is 6500. Must not be less than 0 or greater than 20000.

Thresholds

Detection threshold in the range 0.0 - 1.0

human
number

optional

mimic
number

optional

voicemail
number

optional