---
title: "init(transcriptionOptions:reportingOptions:attributeOptions:)"
framework: speech
role: symbol
role_heading: Initializer
path: "speech/speechtranscriber/preset/init(transcriptionoptions:reportingoptions:attributeoptions:)"
---

# init(transcriptionOptions:reportingOptions:attributeOptions:)

Creates a preset.

## Declaration

```swift
init(transcriptionOptions: Set<SpeechTranscriber.TranscriptionOption>, reportingOptions: Set<SpeechTranscriber.ReportingOption>, attributeOptions: Set<SpeechTranscriber.ResultAttributeOption>)
```

## Parameters

- `transcriptionOptions`: A selection of options relating to the text of the transcription.
- `reportingOptions`: A selection of options relating to the transcriber’s result delivery.
- `attributeOptions`: A selection of options relating to the attributes of the transcription.
