Class FormatterOptions
Provides options for configuring dictation formatting behavior.
public sealed class FormatterOptions
- Inheritance
-
FormatterOptions
- Inherited Members
Properties
- AutoCapitalize
Gets or sets a value indicating whether to automatically capitalize the first letter of sentences.
- AutoCloseParentheses
Gets or sets a value indicating whether to automatically close unclosed parentheses and brackets.
- CleanupSpacing
Gets or sets a value indicating whether to clean up spacing and punctuation after command replacement.
- Default
Gets the default options instance with all features enabled.
- EnabledCategories
Gets the set of command categories to apply during formatting.
- EnsureSentenceEndings
Gets or sets a value indicating whether to ensure sentences end with punctuation before line breaks.
- TrimResult
Gets or sets a value indicating whether to trim the result.