We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b457106 commit cb56c25Copy full SHA for cb56c25
functions/definition/models.yaml
@@ -498,9 +498,32 @@ FbMappingTaskValidateImageCreateOnlyInput:
498
fields:
499
taskId:
500
type: string
501
- question:
+ url:
502
+ type: string
503
+ fileName:
504
505
+ width:
506
+ type: int
507
+ optional: true
508
+ height:
509
510
511
+ annotationId:
512
+ # NOTE: using string to handle large integers
513
514
optional: true
515
+ bbox:
516
+ type:
517
+ type: list
518
+ elementType: double
519
520
+ segmentation:
521
522
523
+ elementType:
524
525
526
527
528
FbMappingTaskCompareCreateOnlyInput:
529
model: alias
0 commit comments