---
title: indexableContent
framework: pencilkit
role: symbol
role_heading: Instance Property
path: pencilkit/pkstrokerecognizer/indexablecontent
---

# indexableContent

A string suitable for indexing the drawing’s recognized text in search systems such as Spotlight.

## Declaration

```swift
final var indexableContent: String? { get async }
```

## Mentioned in

Recognizing handwriting and converting it to text

## Discussion

Discussion The string may contain multiple concatenated candidate matches for recognized text in the drawing.

## See Also

### Recognizing handwriting

- [recognizedText(strokeIDs:)](pencilkit/pkstrokerecognizer/recognizedtext(strokeids:).md)
