DocumentFormat
Represents the format of a document type.
enum DocumentFormat {
IMAGE
LINK
PDF
TEXT
UPLOADED_DOCUMENT
VIDEO_URL
}
Values
DocumentFormat.IMAGE
Image.
DocumentFormat.LINK
Link.
DocumentFormat.PDF
PDF.
DocumentFormat.TEXT
Text.
DocumentFormat.UPLOADED_DOCUMENT
Uploaded document.
DocumentFormat.VIDEO_URL
Video URL.
Member Of
DocumentType
interface ● ImageDocumentType
object ● LinkDocumentType
object ● PDFDocumentType
object ● TextDocumentType
object ● UploadedDocumentDocumentType
object ● VideoLinkDocumentType
object