Document

fun Document(    dynamic: Dynamic? = null,     numericDetection: Boolean? = null,     dateDetection: Boolean? = null,     dynamicDateFormats: List<String>? = null)
fun Document(options: MappingOptions = MappingOptions())