Topic Semantic Type
data class TopicSemanticType(val falseyCellValue: String? = null, val falseyCellValueSynonyms: List<String>? = null, val subTypeName: String? = null, val truthyCellValue: String? = null, val truthyCellValueSynonyms: List<String>? = null, val typeName: String? = null, val typeParameters: Map<String, String>? = null)
Properties
Link copied to clipboard
The semantic type falsey cell value.
Link copied to clipboard
The other names or aliases for the false cell value.
Link copied to clipboard
The semantic type sub type name.
Link copied to clipboard
The semantic type truthy cell value.
Link copied to clipboard
The other names or aliases for the true cell value.
Link copied to clipboard
The semantic type parameters.