CustomImageLabelerOptions

public class CustomImageLabelerOptions extends ImageLabelerOptionsBase

Options for ImageLabeler with custom models.

Confidence threshold and max result count could be provided for the labeling result.

For example, if the confidence threshold is set to 0.7, only result with confidence >= 0.7 would be returned; if the max result count is set to 5, the maximum number of returned results would be 5.

Nested Class Summary

class CustomImageLabelerOptions.Builder Builder of CustomImageLabelerOptions

Public Method Summary

boolean
equals(Object o)
Indicates whether some other object is "equal to" this one.
int
hashCode()
Returns a hash code value for the object.
String

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.

public String toString ()