All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AnyThread |
Denotes that the annotated method can be called from any thread (e.g.
|
| CallSuper |
Denotes that any overriding methods should invoke this method as well.
|
| CameraFrame |
|
| CameraKit |
The class performs skin health analysis.
|
| CameraKit.BadLightingReport |
|
| CameraKit.CameraKitCheckResult |
|
| CameraKit.CameraKitQualityCheckCallback |
Callback interface used to receive camera-kit quality results.
|
| CameraKit.CreateCallback |
Callback interface used to notify the completion of the operation.
|
| CameraKit.FaceCheckParameters |
|
| CameraKitLevel |
|
| CameraKitParameter |
|
| CameraKitParameterBuilder |
Builder object for configuring CameraKit overwrite parameters.
|
| CameraKitQualityCheck |
The check result of skin analysis.
|
| CameraKitQualityCheck.FaceAreaQuality |
|
| CameraKitQualityCheck.FacePoseQuality |
|
| CameraKitQualityCheck.LightingQuality |
|
| CameraView |
|
| CameraView.ScaleType |
|
| CheckResult |
Denotes that the annotated method returns a result that it typically is
an error to ignore.
|
| ColorInt |
Denotes that the annotated element represents a packed color
int, AARRGGBB.
|
| Configuration |
|
| Configuration.Builder |
|
| FloatRange |
Denotes that the annotated element should be a float or double in the given range
|
| Functionality |
|
| GLThread |
Denotes that the annotated method should only be called on the GL thread.
|
| GuardedBy |
Denotes that the annotated method or field can only be accessed when holding the referenced lock.
|
| IntDef |
Denotes that the annotated element of integer type, represents
a logical type and that its value should be one of the explicitly
named constants.
|
| IntRange |
Denotes that the annotated element should be an int or long in the given range
|
| Keep |
This annotation specifies not to optimize or obfuscate the annotated class or
class member as an entry point.
|
| KeepClassMembers |
This annotation specifies to keep all class members of the annotated class
from being shrunk, optimized, or obfuscated as entry points.
|
| KeepPublicClassMemberNames |
This annotation specifies to keep all public class members of the annotated
class from being optimized or obfuscated as entry points.
|
| KeepPublicClassMembers |
This annotation specifies to keep all public class members of the annotated
class from being shrunk, optimized, or obfuscated as entry points.
|
| Lifecycle |
Denotes the method MUST be called at certain lifecyle of Activity or Fragment.
|
| MainThread |
Denotes that the annotated method should only be called on the main thread.
|
| ModuleLoadFailedException |
|
| NonNull |
Denotes that a parameter, field or method return value can never be null.
|
| Nullable |
Denotes that a parameter, field or method return value can be null.
|
| PerfectLib |
|
| PerfectLib.InitialCallback |
|
| PerfectLib.ModelPath |
|
| RequiresApi |
Denotes that the annotated element should only be called on the given API level
or higher.
|
| RequiresPermission |
Denotes that the annotated element requires (or may require) one or more permissions.
|
| RequiresPermission.Read |
Specifies that the given permission is required for read operations.
|
| RequiresPermission.Write |
Specifies that the given permission is required for write operations.
|
| VisibleForTesting |
Denotes that the class, method or field has its visibility relaxed, so that it is more widely
visible than otherwise necessary to make code testable.
|
| WorkerThread |
Denotes that the annotated method should only be called on a worker thread.
|