recognition-core
androidJvm
recognition-core
/
com.microblink.recognition.core
/
Reviews
Reviews
class
Reviews
:
Parcelable
Reviews
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
aggregate
Ratings
Link copied to clipboard
@get:
JvmName
(
name
=
"aggregateRatings"
)
val
aggregateRatings
:
List
<
Map
<
String
,
String
>
>
?
=
null
recent
Reviews
Link copied to clipboard
@get:
JvmName
(
name
=
"recentReviews"
)
val
recentReviews
:
List
<
RecentReview
>
?
=
null
top
Reviews
Link copied to clipboard
@get:
JvmName
(
name
=
"topReviews"
)
val
topReviews
:
List
<
TopReview
>
?
=
null
total
Average
Ratings
Link copied to clipboard
@get:
JvmName
(
name
=
"totalAverageRatings"
)
val
totalAverageRatings
:
Float
?
=
null