DocumentSourceFormatsEnum

enum DocumentSourceFormatsEnum : Enum<DocumentSourceFormatsEnum>

Values: PDF,IMAGE,RAW_TEXT,PDF_EMAIL,HTML_EMAIL,IMAGE_EMAIL,TEXT_EMAIL

Entries

TEXT_EMAIL
Link copied to clipboard
@SerializedName(value = text_email)
TEXT_EMAIL("text_email")
IMAGE_EMAIL
Link copied to clipboard
@SerializedName(value = image_email)
IMAGE_EMAIL("image_email")
HTML_EMAIL
Link copied to clipboard
@SerializedName(value = html_email)
HTML_EMAIL("html_email")
PDF_EMAIL
Link copied to clipboard
@SerializedName(value = pdf_email)
PDF_EMAIL("pdf_email")
RAW_TEXT
Link copied to clipboard
@SerializedName(value = raw_text)
RAW_TEXT("raw_text")
IMAGE
Link copied to clipboard
@SerializedName(value = image)
IMAGE("image")
PDF
Link copied to clipboard
@SerializedName(value = pdf)
PDF("pdf")

Types

Companion
Link copied to clipboard
object Companion

Functions

toString
Link copied to clipboard
open override fun toString(): String
Override toString() to avoid using the enum variable name as the value, and instead use the actual value defined in the API spec file.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String