@class NSString, NSArray; @interface _SNSoundPrintAFeatureEmbeddingCustomModel : _SNSoundPrintFeatureEmbeddingCustomModel <MLCustomModel> { NSString *_inputFeatureName; NSString *_outputFeatureName; NSArray *_outputShape; } - (id)predictionFromFeatures:(id)a0 options:(id)a1 error:(id *)a2; - (void).cxx_destruct; - (id)initWithModelDescription:(id)a0 parameterDictionary:(id)a1 error:(id *)a2; @end