1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-11-15 04:00:11 +01:00

Documentataion: /detect returns an integer 0-100, not a float

This commit is contained in:
Zach DeCook 2024-03-26 09:24:16 -04:00
parent 887b282c6a
commit 94f87cdac1

View File

@ -858,7 +858,7 @@ def create_app(args):
name: q name: q
schema: schema:
type: string type: string
example: Hello world! example: What language is this?
required: true required: true
description: Text to detect description: Text to detect
- in: formData - in: formData
@ -879,11 +879,11 @@ def create_app(args):
properties: properties:
confidence: confidence:
type: number type: number
format: float format: integer
minimum: 0 minimum: 0
maximum: 1 maximum: 100
description: Confidence value description: Confidence value
example: 0.6 example: 100
language: language:
type: string type: string
description: Language code description: Language code