PavelStalone / GestureTranslator

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

[Data] RecognizedTextModel #133

Closed PoroshinGA closed 9 months ago

PoroshinGA commented 9 months ago

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

            "RecognizedTextModel": {
                "type": "object",
                "required": [
                    "RecognizedText"
                ],
                "properties": {
                    "RecognizedText": {
                        "type": "string"
                    }
                }
            }