BlinkID
Toggle table of contents
productionRelease
Target filter
productionRelease
Switch theme
Search in API
Skip to content
BlinkID
blinkid-core
/
com.microblink.blinkid.core.result.completeness
/
ParentsInfoCompleteness
Parents
Info
Completeness
data
class
ParentsInfoCompleteness
(
val
parentsInfo
:
List
<
ParentInfoCompleteness
>
?
=
null
)
:
Parcelable
Members
Constructors
Parents
Info
Completeness
Link copied to clipboard
constructor
(
parentsInfo
:
List
<
ParentInfoCompleteness
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
parents
Info
Link copied to clipboard
val
parentsInfo
:
List
<
ParentInfoCompleteness
>
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)