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
>
>
)
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
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
close
All
Analyzers
Link copied to clipboard
fun
closeAllAnalyzers
(
)
Properties
analyzers
Link copied to clipboard
val
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
desired
Analyzer
Count
Link copied to clipboard
val
desiredAnalyzerCount
:
Int