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

# debugDescription

A text representation of the word embedding that’s suitable for output during debugging.

## Declaration

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

## See Also

### Describing a word embedding

- [dimension](createml/mlwordembedding/dimension.md)
- [vocabularySize](createml/mlwordembedding/vocabularysize.md)
- [model](createml/mlwordembedding/model.md)
- [description](createml/mlwordembedding/description.md)
- [playgroundDescription](createml/mlwordembedding/playgrounddescription.md)
