Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.4 KB

File metadata and controls

35 lines (21 loc) · 1.4 KB
-api-id M:Windows.ApplicationModel.ConversationalAgent.ConversationalAgentDetectorManager.GetActivationSignalDetectorFromId(System.String)
-api-type winrt method

Windows.ApplicationModel.ConversationalAgent.ConversationalAgentDetectorManager.GetActivationSignalDetectorFromId(System.String)

-description

Retrieves the ActivationSignalDetector object available on the system that is associated with this manager and that has the ActivationSignalDetector.DetectorId specified.

Important

To avoid possible concurrency issues, we recommend using GetActivationSignalDetectorFromIdAsync(System.String) instead.

-parameters

-param detectorId

The unique identifier of the ActivationSignalDetector.

-returns

The hardware or software component that generated the activation signal based on input from the user's environment, such as spoken keyword(s), sound detection, or button press.

-remarks

-see-also

GetActivationSignalDetectorFromIdAsync(System.String)

-examples