TextClassificationSessionId
class TextClassificationSessionId
kotlin.Any | |
↳ | androidx.textclassifier.TextClassificationSessionId |
This class represents the id of a text classification session.
Summary
Public methods | |
---|---|
static TextClassificationSessionId |
createFromBundle(@NonNull bundle: Bundle) Extracts a |
Boolean | |
Int |
hashCode() |
Bundle |
toBundle() Adds this Icon to a Bundle that can be read back with the same parameters to |
String |
toString() |
Public methods
createFromBundle
@NonNull static fun createFromBundle(@NonNull bundle: Bundle): TextClassificationSessionId
Extracts a TextClassificationSessionId
from a bundle that was added using toBundle()
.
hashCode
fun hashCode(): Int
toBundle
@NonNull fun toBundle(): Bundle
Adds this Icon to a Bundle that can be read back with the same parameters to createFromBundle(Bundle)
.
toString
fun toString(): String