SpeechLoggingLevel Constants Reference

Declared in SpeechRecognitionService.h

SpeechLoggingLevel

  • Flags that provide support for audio privacy levels supported by the Speech service.

Definition

typedef NS_ENUM(NSInteger, SpeechLoggingLevel ) {
   SpeechLoggingLevel_Disabled = 0,
   SpeechLoggingLevel_FullAudio = 1,
   SpeechLoggingLevel_Limited = 2,
   SpeechLoggingLevel_Obfuscated = 3,
};

Constants

SpeechLoggingLevel_Disabled
 * Audio is not retained by the service.

Declared In SpeechRecognitionService.h.

SpeechLoggingLevel_FullAudio
 * Audio is retained, and not obfuscated. (Default)

Declared In SpeechRecognitionService.h.

SpeechLoggingLevel_Limited
 * Audio is retained for a limited time, and not obfuscated.

Declared In SpeechRecognitionService.h.

SpeechLoggingLevel_Obfuscated
 * Audio is retained indefinitely, and obfuscated.

Declared In SpeechRecognitionService.h.

Declared In

SpeechRecognitionService.h