Class DeepsightConfiguration

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class DeepsightConfiguration
     implements Parcelable
                        

    Configuration for Deepsight liveness and motion collection, providing the same granularity as the Dashboard configuration options.

    The three fields are independent:

    • enabled: whether Deepsight liveness is active. When false, modality is ignored and no liveness check runs; motionEnabled is unaffected.

    • modality: the liveness capture mode. Only applied when enabled is true.

    • motionEnabled: whether motion data is collected. Independent of enabled and modality.

    Use DeepsightConfiguration.Builder to construct an instance.

    Since:

    5.50.0