stripe-android
camera-core
/
com.stripe.android.camera.framework
/
AnalyzerPool
Analyzer
Pool
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
AnalyzerPool
<
DataFrame
,
State
,
Output
>
(
val
desiredAnalyzerCount
:
Int
,
val
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
)
Content copied to clipboard
A pool of analyzers.
Types
Constructors
Functions
Properties
Constructors
Analyzer
Pool
Link copied to clipboard
fun
<
DataFrame
,
State
,
Output
>
AnalyzerPool
(
desiredAnalyzerCount
:
Int
,
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
close
All
Analyzers
Link copied to clipboard
fun
closeAllAnalyzers
(
)
Content copied to clipboard
Properties
analyzers
Link copied to clipboard
val
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
Content copied to clipboard
desired
Analyzer
Count
Link copied to clipboard
val
desiredAnalyzerCount
:
Int
Content copied to clipboard