FaceStylizer.FaceStylizerOptions.Builder

public static abstract class FaceStylizer.FaceStylizerOptions.Builder

Public Constructors

Public Methods

final FaceStylizer.FaceStylizerOptions
build()
abstract FaceStylizer.FaceStylizerOptions.Builder
setBaseOptions(BaseOptions value)
Sets the base options for the face stylizer task.
abstract FaceStylizer.FaceStylizerOptions.Builder
setErrorListener(ErrorListener value)
Sets an optional ErrorListener}.
abstract FaceStylizer.FaceStylizerOptions.Builder
setResultListener(ResultListener<FaceStylizerResultMPImage> value)
Sets an optional OutputHandler.ResultListener to receive the stylization results when the graph pipeline is done processing an image.

Inherited Methods