fun <T, R> AssertionContainer<T>.manualFeature(description: String, provider: T.() -> R): FeatureExtractorBuilder.ExecutionStep<T, R> (source)
Convenience method to pass a String as description which is wrapped into an Untranslatable instead of passing a Translatable.