AlexaClientSDK  1.24.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::kwd::KittAiKeyWordDetector::KittAiConfiguration Struct Reference

#include <KittAiKeyWordDetector.h>

Public Attributes

std::string modelFilePath
 The path to the keyword model. More...
 
std::string keyword
 The keyword. More...
 
double sensitivity
 

Detailed Description

The configuration used by the KittAiKeyWordDetector to set up keywords to be notified of.

Member Data Documentation

◆ keyword

std::string alexaClientSDK::kwd::KittAiKeyWordDetector::KittAiConfiguration::keyword

The keyword.

◆ modelFilePath

std::string alexaClientSDK::kwd::KittAiKeyWordDetector::KittAiConfiguration::modelFilePath

The path to the keyword model.

◆ sensitivity

double alexaClientSDK::kwd::KittAiKeyWordDetector::KittAiConfiguration::sensitivity

The sensitivity that the user wishes to be associated with the keyword. This should be a value between 0 and

  1. The higher this is, the more keyword detections will occur. However, more false alarms might also occur more frequently.
    See also
    https://github.com/Kitt-AI/snowboy for more information regarding this.

The documentation for this struct was generated from the following file:

AlexaClientSDK 1.24.0 - Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0