You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,6 +83,8 @@ class LabelSegmentationMetadata:
77
83
78
84
tolerance: Optional[int]
79
85
""""""
86
+
87
+
80
88
@dataclass_json
81
89
@dataclass
82
90
classInternationalizationMessageMessages:
@@ -88,6 +96,8 @@ class InternationalizationMessageMessages:
88
96
89
97
message: Optional[str]
90
98
""""""
99
+
100
+
91
101
@dataclass_json
92
102
@dataclass
93
103
classInternationalizationMessage:
@@ -99,6 +109,8 @@ class InternationalizationMessage:
99
109
100
110
default_lang: Optional[str]
101
111
""""""
112
+
113
+
102
114
@dataclass_json
103
115
@dataclass
104
116
classInspectionPhrase:
@@ -110,6 +122,8 @@ class InspectionPhrase:
110
122
111
123
text: Optional[InternationalizationMessage]
112
124
""""""
125
+
126
+
113
127
@dataclass_json
114
128
@dataclass
115
129
classAnnotationSpecsHistory:
@@ -133,6 +147,8 @@ class AnnotationSpecsHistory:
133
147
134
148
comment: Optional[str]
135
149
""""""
150
+
151
+
136
152
@dataclass_json
137
153
@dataclass
138
154
classColor:
@@ -147,6 +163,8 @@ class Color:
147
163
148
164
blue: Optional[int]
149
165
""""""
166
+
167
+
150
168
@dataclass_json
151
169
@dataclass
152
170
classAdditionalDataDefinitionChoices:
@@ -161,6 +179,8 @@ class AdditionalDataDefinitionChoices:
161
179
162
180
keybind: Optional[List[Keybind]]
163
181
""""""
182
+
183
+
164
184
@dataclass_json
165
185
@dataclass
166
186
classAdditionalDataDefinition:
@@ -176,6 +196,9 @@ class AdditionalDataDefinition:
176
196
name: Optional[InternationalizationMessage]
177
197
""""""
178
198
199
+
default: Optional[OneOfbooleanintegerstring]
200
+
"""属性の初期値です。 初期値を指定する場合、属性の種類に応じて次の値を指定します。初期値を設定しない場合には空文字を指定します。 * type が flag の場合: 真偽値(`true` or `false`) * type が integer の場合: 整数値 * type が text の場合: 文字列 * type が comment の場合: 文字列 * type が choice の場合: 選択肢(`choices`)の `choice_id` * type が select の場合: 選択肢(`choices`)の `choice_id` 属性の種類に対して有効でない初期値を設定した場合、その設定は無視されます。 なお、トラッキングとリンクには初期値を設定できません。 """
201
+
179
202
keybind: Optional[List[Keybind]]
180
203
""""""
181
204
@@ -193,6 +216,8 @@ class AdditionalDataDefinition:
193
216
194
217
required: Optional[bool]
195
218
"""リンク属性において、入力を必須とするかどうか"""
219
+
220
+
196
221
@dataclass_json
197
222
@dataclass
198
223
classAnnotationEditorFeature:
@@ -216,6 +241,8 @@ class AnnotationEditorFeature:
0 commit comments