@class NSArray; @interface AFSpeechPhrase : NSObject <NSSecureCoding> @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) NSArray *interpretations; @property (nonatomic) BOOL isLowConfidence; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)bestInterpretation; - (id)initWithInterpretations:(id)a0 isLowConfidence:(BOOL)a1; - (id)allInterpretationStringsAndScores; - (id)firstInterpretation; @end