Loading...

//scanning/com.pixelnetica.scanning/ScanningSdkLibrary/Feature

Feature

[androidJvm]
enum Feature : Enum<ScanningSdkLibrary.Feature>

Entries

  
PNG[androidJvm]
PNG
TIFF[androidJvm]
TIFF
PDF[androidJvm]
PDF
OCR[androidJvm]
OCR

Types

NameSummary
Companion[androidJvm]
object Companion

Properties

NameSummary
entries[androidJvm]
val entries: EnumEntries<ScanningSdkLibrary.Feature>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.

Functions

NameSummary
valueOf[androidJvm]
fun valueOf(value: String): ScanningSdkLibrary.Feature
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values[androidJvm]
fun values(): Array<ScanningSdkLibrary.Feature>
Returns an array containing the constants of this enum type, in the order they’re declared.
Top