Package com.banuba.sdk.effect_player
Class AnalyticsConfig
java.lang.Object
com.banuba.sdk.effect_player.AnalyticsConfig
public final class AnalyticsConfig
extends java.lang.Object
internal
-
Constructor Summary
Constructors Constructor Description AnalyticsConfig(int framesCount, int delayForRecordWithFace, java.lang.String outputPath)
-
Method Summary
Modifier and Type Method Description int
getDelayForRecordWithFace()
Number of frames to skip before record startint
getFramesCount()
Number of frames to record when face was foundjava.lang.String
getOutputPath()
Path to folder for results storingjava.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AnalyticsConfig
public AnalyticsConfig(int framesCount, int delayForRecordWithFace, @NonNull java.lang.String outputPath)
-
-
Method Details
-
getFramesCount
public int getFramesCount()Number of frames to record when face was found -
getDelayForRecordWithFace
public int getDelayForRecordWithFace()Number of frames to skip before record start -
getOutputPath
@NonNull public java.lang.String getOutputPath()Path to folder for results storing -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-