PavelStalone / GestureTranslator

Application that translates gestures into letters and words
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

[Data] CorrectedTextModel #134

Closed PoroshinGA closed 9 months ago

PoroshinGA commented 9 months ago

В модуле :network создать директорию models, в которой создать data class, отражающий следующую json - схему

            "CorrectedTextModel": {
                "type": "object",
                "required": [
                    "CorrectedText"
                ],
                "properties": {
                    "CorrectedText": {
                        "type": "string"
                    }
                }
            }