---
title: debugDescription
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mltextclassifier/modelalgorithmtype/debugdescription
---

# debugDescription

A text representation of the algorithm type that’s suitable for output during debugging.

## Declaration

```swift
var debugDescription: String { get }
```

## See Also

### Describing an algorithm type

- [description](createml/mltextclassifier/modelalgorithmtype/description.md)
- [playgroundDescription](createml/mltextclassifier/modelalgorithmtype/playgrounddescription.md)
