---
title: SFCustomLanguageModelData.PhraseCount
framework: speech
role: symbol
role_heading: Structure
path: speech/sfcustomlanguagemodeldata/phrasecount
---

# SFCustomLanguageModelData.PhraseCount

A phrase used to bias the language model, along with a weight influencing the relative strength of the bias.

## Declaration

```swift
struct PhraseCount
```

## Topics

### Creating a weighted phrase

- [init(phrase:count:)](speech/sfcustomlanguagemodeldata/phrasecount/init(phrase:count:).md)

### Inspecting the weighted phrase

- [count](speech/sfcustomlanguagemodeldata/phrasecount/count.md)
- [phrase](speech/sfcustomlanguagemodeldata/phrasecount/phrase.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [DataInsertable](speech/datainsertable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Adding phrases

- [insert(phraseCount:)](speech/sfcustomlanguagemodeldata/insert(phrasecount:).md)
