| Availability | Deprecation Message | |
|---|---|---|
| From | Available | none | 
| To | Deprecated | Use the designated initializer instead | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nonnull) NSString *spokenPhrase | 
| To | @property (nonatomic, readonly, strong, nonnull) NSString *spokenPhrase | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) NSString *pronunciationHint | 
| To | @property (nonatomic, readonly, strong, nullable) NSString *pronunciationHint | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) NSString *vocabularyIdentifier | 
| To | @property (nonatomic, readonly, strong, nullable) NSString *vocabularyIdentifier | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches | 
| To | @property (nonatomic, readonly, strong, nullable) NSArray<id<INSpeakable>> *alternativeSpeakableMatches | 
| Declaration | |
|---|---|
| From | @property (nonatomic, readonly, nullable) NSString *identifier | 
| To | @property (nonatomic, readonly, strong, nullable) NSString *identifier |