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:
parent
887b282c6a
commit
94f87cdac1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user