ImageSearcher.ImageSearcherOptions.Builder

public static abstract class ImageSearcher.ImageSearcherOptions.Builder

Public Constructors

Public Methods

abstract ImageSearcher.ImageSearcherOptions
build()
abstract ImageSearcher.ImageSearcherOptions.Builder
setBaseOptions(BaseOptions baseOptions)
Sets the general options to configure Task APIs, such as accelerators.
abstract ImageSearcher.ImageSearcherOptions.Builder
setSearcherOptions(SearcherOptions searcherOptions)
Sets the options to configure Searcher API.

Inherited Methods

Public Constructors

public Builder ()

Public Methods

public abstract ImageSearcher.ImageSearcherOptions build ()

public abstract ImageSearcher.ImageSearcherOptions.Builder setBaseOptions (BaseOptions baseOptions)

Sets the general options to configure Task APIs, such as accelerators.

Parameters
baseOptions

public abstract ImageSearcher.ImageSearcherOptions.Builder setSearcherOptions (SearcherOptions searcherOptions)

Sets the options to configure Searcher API.

Parameters
searcherOptions