Page Summary
-
CustomObjectDetectorOptions provides options for ObjectDetector using custom classifier models.
-
It includes a Builder class for creating CustomObjectDetectorOptions instances.
-
It inherits constants like SINGLE_IMAGE_MODE and STREAM_MODE from ObjectDetectorOptionsBase.
-
It has public methods for checking equality, getting hash code, and getting a string representation.
Options for ObjectDetector
with custom classifier models.
Nested Class Summary
| class | CustomObjectDetectorOptions.Builder | Builder of
CustomObjectDetectorOptions. |
|
Inherited Constant Summary
Public Method Summary
| boolean | |
| int |
hashCode()
Returns a hash code value for the object.
|
| String |
toString()
|
Inherited Method Summary
Public Methods
public boolean equals (Object o)
Indicates whether some other object is "equal to" this one.
public int hashCode ()
Returns a hash code value for the object.