toggle menu
stripe-android
androidJvm
switch theme
search in API
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.
Members
Constructors
Analyzer
Pool
Link copied to clipboard
constructor
(
desiredAnalyzerCount
:
Int
,
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
analyzers
Link copied to clipboard
val
analyzers
:
List
<
Analyzer
<
DataFrame
,
State
,
Output
>
>
desired
Analyzer
Count
Link copied to clipboard
val
desiredAnalyzerCount
:
Int
Functions
close
All
Analyzers
Link copied to clipboard
fun
closeAllAnalyzers
(
)