Contents

MLSoundClassifier.ModelParameters.FeatureExtractorType.vggish(revision:)

Represents the VGGish feature extractor, which is compatible with older OS versions.

Declaration

case vggish(revision: Int = 1)

Parameters

  • revision:

    A version of the VGGish feature extractor.

Discussion

The case uses the newest version if you don’t provide an associated value for revision.

See Also

Designating a feature extractor