Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit cf83767

Browse files
Fix docs
1 parent 535c391 commit cf83767

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

openrobot/api_wrapper/results.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ class NSFWLabel:
6363
confidence: Union[:class:`int`, :class:`float`]
6464
The confidence of this NSFW Label. A float/int with
6565
a number from 0 - 1.
66+
parent_name: :class:`str`
67+
The parent name of this NSFW Label.
68+
name: :class:`str`
69+
The name of this NSFW Label.
6670
"""
6771

6872
def __init__(self, js):

0 commit comments

Comments
 (0)