setAnalysisActivityExtra

static void setAnalysisActivityExtra<T extends AnalysisActivity>(Intent target, Context context, Class<T> analysisActivityClass)

Helper for setting the EXTRA_IN_ANALYSIS_ACTIVITY.

Deprecated

When a GiniVision instance is available the document is analyzed internally by using the configured GiniVisionNetworkService implementation. The extractions will be returned in the extra called EXTRA_OUT_EXTRACTIONS of the CameraActivity's result Intent.

Parameters

target

your explicit Intent used to start the

context

Context used to create the explicit Intent for your AnalysisActivity subclass

analysisActivityClass

class of your AnalysisActivity subclass

<T>

type of your AnalysisActivity subclass