@@ -88,7 +88,7 @@ class FullAnnotationDetail:
88
88
89
89
"""
90
90
annotation_id : Optional [str ]
91
- """annotation_type が classification の場合は label_id と同じ値が格納されます。 """
91
+ """アノテーションID。[値の制約についてはこちら。](#section/API-Convention/APIID)<br> annotation_type が classification の場合は label_id と同じ値が格納されます。 """
92
92
93
93
user_id : Optional [str ]
94
94
""""""
@@ -117,10 +117,10 @@ class FullAnnotation:
117
117
118
118
"""
119
119
project_id : Optional [str ]
120
- """"""
120
+ """プロジェクトID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
121
121
122
122
task_id : Optional [str ]
123
- """"""
123
+ """タスクID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
124
124
125
125
task_phase : Optional [TaskPhase ]
126
126
""""""
@@ -132,7 +132,7 @@ class FullAnnotation:
132
132
""""""
133
133
134
134
input_data_id : Optional [str ]
135
- """"""
135
+ """入力データID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
136
136
137
137
input_data_name : Optional [str ]
138
138
""""""
@@ -169,10 +169,10 @@ class SimpleAnnotation:
169
169
"""アノテーションフォーマットのバージョンです。 アノテーションフォーマットとは、プロジェクト個別のアノテーション仕様ではなく、AnnoFabのアノテーション構造のことです。 したがって、アノテーション仕様を更新しても、このバージョンは変化しません。 バージョンの読み方と更新ルールは、業界慣習の[Semantic Versioning](https://semver.org/)にもとづきます。 JSONに出力されるアノテーションフォーマットのバージョンは、アノテーションZIPが作成される時点のものが使われます。 すなわち、`1.0.0`の時点のタスクで作成したアノテーションであっても、フォーマットが `1.0.1` に上がった次のZIP作成時では `1.0.1` となります。 バージョンを固定してZIPを残しておきたい場合は、プロジェクトが完了した時点でZIPをダウンロードして保管しておくか、またはプロジェクトを「停止中」にします。 """
170
170
171
171
project_id : Optional [str ]
172
- """"""
172
+ """プロジェクトID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
173
173
174
174
task_id : Optional [str ]
175
- """"""
175
+ """タスクID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
176
176
177
177
task_phase : Optional [TaskPhase ]
178
178
""""""
@@ -184,7 +184,7 @@ class SimpleAnnotation:
184
184
""""""
185
185
186
186
input_data_id : Optional [str ]
187
- """"""
187
+ """入力データID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
188
188
189
189
input_data_name : Optional [str ]
190
190
""""""
@@ -198,7 +198,7 @@ class SingleAnnotationDetail:
198
198
199
199
"""
200
200
annotation_id : Optional [str ]
201
- """annotation_type が classification の場合は label_id と同じ値が格納されます。 """
201
+ """アノテーションID。[値の制約についてはこちら。](#section/API-Convention/APIID)<br> annotation_type が classification の場合は label_id と同じ値が格納されます。 """
202
202
203
203
account_id : Optional [str ]
204
204
""""""
@@ -233,13 +233,13 @@ class SingleAnnotation:
233
233
234
234
"""
235
235
project_id : Optional [str ]
236
- """"""
236
+ """プロジェクトID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
237
237
238
238
task_id : Optional [str ]
239
- """"""
239
+ """タスクID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
240
240
241
241
input_data_id : Optional [str ]
242
- """"""
242
+ """入力データID。[値の制約についてはこちら。](#section/API-Convention/APIID) """
243
243
244
244
detail : Optional [SingleAnnotationDetail ]
245
245
""""""
0 commit comments