data class TfOutputFormat( val enumValue: Int? = null, val enumValueString: String? = null, val spatialDimensionality: Int? = null, val pointsPerFinger: Int? = null, val maxFingersCount: Int? = null) The information about the format of the neural model.