TextClassificationSessionId

class TextClassificationSessionId


This class represents the id of a text classification session.

Summary

Public functions

java-static TextClassificationSessionId

Extracts a TextClassificationSessionId from a bundle that was added using toBundle.

Boolean
equals(obj: Any!)
Int
Bundle

Adds this Icon to a Bundle that can be read back with the same parameters to createFromBundle.

String!

Public functions

createFromBundle

java-static fun createFromBundle(bundle: Bundle): TextClassificationSessionId

Extracts a TextClassificationSessionId from a bundle that was added using toBundle.

equals

fun equals(obj: Any!): Boolean

hashCode

fun hashCode(): Int

toBundle

fun toBundle(): Bundle

Adds this Icon to a Bundle that can be read back with the same parameters to createFromBundle.

toString

fun toString(): String!