public static class ObjectDetector.ObjectDetectorOptions extends Object

Options for setting up an ObjectDetector.

Nested Class Summary

class ObjectDetector.ObjectDetectorOptions.Builder A builder that helps to configure an instance of ObjectDetectorOptions. 

Public Method Summary

static ObjectDetector.ObjectDetectorOptions.Builder
BaseOptions
String
boolean
List<String>
List<String>
int
int
float

Inherited Method Summary

Public Methods

public BaseOptions getBaseOptions ()

public String getDisplayNamesLocale ()

public boolean getIsScoreThresholdSet ()

public List<String> getLabelAllowList ()

public List<String> getLabelDenyList ()

public int getMaxResults ()

public int getNumThreads ()

public float getScoreThreshold ()