Package ai.tock.nlp.core.quality
Class TestContext
-
- All Implemented Interfaces:
public final class TestContext
-
-
Field Summary
Fields Modifier and Type Field Description private final CallContextcallContextprivate final Floatthreshold
-
Constructor Summary
Constructors Constructor Description TestContext(CallContext callContext, Float threshold)
-
Method Summary
Modifier and Type Method Description final CallContextgetCallContext()final FloatgetThreshold()-
-
Constructor Detail
-
TestContext
TestContext(CallContext callContext, Float threshold)
-
-
Method Detail
-
getCallContext
final CallContext getCallContext()
-
getThreshold
final Float getThreshold()
-
-
-
-