recognition-core
androidJvm
recognition-core
/
com.microblink.recognition.core
/
Dietary
Dietary
class
Dietary
:
Parcelable
Dietary
Members
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
allergen
Tags
Link copied to clipboard
@get:
JvmName
(
name
=
"allergenTags"
)
val
allergenTags
:
List
<
String
>
?
=
null
dietary
Tags
Link copied to clipboard
@get:
JvmName
(
name
=
"dietaryTags"
)
val
dietaryTags
:
List
<
String
>
?
=
null
ingredients
Link copied to clipboard
@get:
JvmName
(
name
=
"ingredients"
)
val
ingredients
:
List
<
String
>
?
=
null
nutrition
Link copied to clipboard
@get:
JvmName
(
name
=
"nutrition"
)
val
nutrition
:
List
<
Nutrition
>
?
=
null