Contents

SNClassificationResult

A result that contains the highest-ranking classifications in a time range.

Declaration

class SNClassificationResult

Overview

An SNClassificationResult represents the predictions that a sound classification model made for a time span in an audio file or stream. Each result contains one or more classification predictions and a time range within the audio data.

An audio analyzer, such as SNAudioFileAnalyzer and SNAudioStreamAnalyzer, produces an SNClassificationResult each time it recognizes a sound for any of its SNClassifySoundRequest instances.

Topics

Inspecting the Result

See Also

Sound classification requests