Stay organized with collections
Save and categorize content based on your preferences.
public static abstract @interface FirebaseVisionFaceDetectorOptions.PerformanceMode
implements Annotation
Extended option for controlling additional accuracy / speed trade-offs in performing face
detection. In general, choosing the more accurate mode will generally result in longer
runtime, whereas choosing the faster mode will generally result in detecting fewer faces.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-08-08 UTC."],[],[],null,["# FirebaseVisionFaceDetectorOptions.PerformanceMode\n\npublic static abstract @interface **FirebaseVisionFaceDetectorOptions.PerformanceMode** implements [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html) \nExtended option for controlling additional accuracy / speed trade-offs in performing face\ndetection. In general, choosing the more accurate mode will generally result in longer\nruntime, whereas choosing the faster mode will generally result in detecting fewer faces. \n\n### Inherited Method Summary\n\nFrom interface java.lang.annotation.Annotation \n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| abstract [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c? extends [Annotation](//developer.android.com/reference/java/lang/annotation/Annotation.html)\\\u003e | annotationType() |\n| abstract boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| abstract int | hashCode() |\n| abstract [String](//developer.android.com/reference/java/lang/String.html) | toString() |"]]