---
title: init()
framework: speech
role: symbol
role_heading: Initializer
path: speech/speechdetector/init()
---

# init()

Creates a speech detector with default settings.

## Declaration

```swift
convenience init()
```

## Discussion

Discussion The default settings enable the VAD model with a value of SpeechDetector.SensitivityLevel.medium and do not report the VAD model’s moment-to-moment results in its result sequence.

## See Also

### Creating a detector

- [init(detectionOptions:reportResults:)](speech/speechdetector/init(detectionoptions:reportresults:).md)
- [SpeechDetector.DetectionOptions](speech/speechdetector/detectionoptions.md)
- [SpeechDetector.SensitivityLevel](speech/speechdetector/sensitivitylevel.md)
