Class VisionSourceOptions
- java.lang.Object
-
- com.azure.android.ai.vision.common.VisionSourceOptions
-
public final class VisionSourceOptions extends Object
Defines vision source options. TODO: Add proper description for this class
-
-
Constructor Summary
Constructors Constructor Description VisionSourceOptions(Context context, androidx.lifecycle.LifecycleOwner lifeCycleOwner)
TODO
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Context
getContext()
TODOandroidx.lifecycle.LifecycleOwner
getLifecycleOwner()
TODOSurfaceView
getPreview()
TODOvoid
setPreview(SurfaceView view)
TODO
-
-
-
Constructor Detail
-
VisionSourceOptions
public VisionSourceOptions(@NotNull Context context, @NotNull androidx.lifecycle.LifecycleOwner lifeCycleOwner)
TODO- Parameters:
context
- TODOlifeCycleOwner
- TODO
-
-
Method Detail
-
setPreview
public void setPreview(@NotNull SurfaceView view)
TODO- Parameters:
view
- TODO
-
getPreview
@Nullable public SurfaceView getPreview()
TODO- Returns:
- TODO
-
getContext
@NotNull public Context getContext()
TODO- Returns:
- TODO
-
getLifecycleOwner
@NotNull public androidx.lifecycle.LifecycleOwner getLifecycleOwner()
TODO- Returns:
- TODO
-
-