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
Copy file name to clipboardexpand all lines: docs/workflows/kinds.md
+26-26
Original file line number
Diff line number
Diff line change
@@ -68,39 +68,39 @@ providing compile-time verification of Workflows definitions.
68
68
69
69
## Kinds declared in Roboflow plugins
70
70
<!--- AUTOGENERATED_KINDS_LIST -->
71
-
*[`float_zero_to_one`](/workflows/kinds/float_zero_to_one): `float` value in range `[0.0, 1.0]`
72
-
*[`image_keypoints`](/workflows/kinds/image_keypoints): Image keypoints detected by classical Computer Vision method
73
71
*[`float`](/workflows/kinds/float): Float value
74
-
*[`image_metadata`](/workflows/kinds/image_metadata): Dictionary with image metadata required by supervision
75
-
*[`object_detection_prediction`](/workflows/kinds/object_detection_prediction): Prediction with detected bounding boxes in form of sv.Detections(...) object
76
-
*[`integer`](/workflows/kinds/integer): Integer value
77
-
*[`bytes`](/workflows/kinds/bytes): This kind represent bytes
78
-
*[`roboflow_model_id`](/workflows/kinds/roboflow_model_id): Roboflow model id
79
-
*[`boolean`](/workflows/kinds/boolean): Boolean flag
80
-
*[`list_of_values`](/workflows/kinds/list_of_values): List of values of any type
81
-
*[`instance_segmentation_prediction`](/workflows/kinds/instance_segmentation_prediction): Prediction with detected bounding boxes and segmentation masks in form of sv.Detections(...) object
82
-
*[`video_metadata`](/workflows/kinds/video_metadata): Video image metadata
83
-
*[`secret`](/workflows/kinds/secret): Secret value
84
-
*[`classification_prediction`](/workflows/kinds/classification_prediction): Predictions from classifier
85
-
*[`string`](/workflows/kinds/string): String value
86
72
*[`bar_code_detection`](/workflows/kinds/bar_code_detection): Prediction with barcode detection
87
-
*[`point`](/workflows/kinds/point): Single point in 2D
88
-
*[`parent_id`](/workflows/kinds/parent_id): Identifier of parent for step output
89
-
*[`zone`](/workflows/kinds/zone): Definition of polygon zone
73
+
*[`secret`](/workflows/kinds/secret): Secret value
90
74
*[`keypoint_detection_prediction`](/workflows/kinds/keypoint_detection_prediction): Prediction with detected bounding boxes and detected keypoints in form of sv.Detections(...) object
91
-
*[`serialised_payloads`](/workflows/kinds/serialised_payloads): Serialised element that is usually accepted by sink
92
-
*[`roboflow_api_key`](/workflows/kinds/roboflow_api_key): Roboflow API key
75
+
*[`list_of_values`](/workflows/kinds/list_of_values): List of values of any type
76
+
*[`roboflow_model_id`](/workflows/kinds/roboflow_model_id): Roboflow model id
77
+
*[`prediction_type`](/workflows/kinds/prediction_type): String value with type of prediction
93
78
*[`rgb_color`](/workflows/kinds/rgb_color): RGB color
94
-
*[`image`](/workflows/kinds/image): Image in workflows
95
-
*[`contours`](/workflows/kinds/contours): List of numpy arrays where each array represents contour points
79
+
*[`roboflow_api_key`](/workflows/kinds/roboflow_api_key): Roboflow API key
80
+
*[`instance_segmentation_prediction`](/workflows/kinds/instance_segmentation_prediction): Prediction with detected bounding boxes and segmentation masks in form of sv.Detections(...) object
96
81
*[`roboflow_project`](/workflows/kinds/roboflow_project): Roboflow project name
82
+
*[`contours`](/workflows/kinds/contours): List of numpy arrays where each array represents contour points
83
+
*[`serialised_payloads`](/workflows/kinds/serialised_payloads): Serialised element that is usually accepted by sink
*[`string`](/workflows/kinds/string): String value
86
+
*[`zone`](/workflows/kinds/zone): Definition of polygon zone
87
+
*[`top_class`](/workflows/kinds/top_class): String value representing top class predicted by classification model
88
+
*[`image_metadata`](/workflows/kinds/image_metadata): Dictionary with image metadata required by supervision
89
+
*[`video_metadata`](/workflows/kinds/video_metadata): Video image metadata
90
+
*[`object_detection_prediction`](/workflows/kinds/object_detection_prediction): Prediction with detected bounding boxes in form of sv.Detections(...) object
91
+
*[`integer`](/workflows/kinds/integer): Integer value
92
+
*[`classification_prediction`](/workflows/kinds/classification_prediction): Predictions from classifier
93
+
*[`image`](/workflows/kinds/image): Image in workflows
94
+
*[`point`](/workflows/kinds/point): Single point in 2D
101
95
*[`detection`](/workflows/kinds/detection): Single element of detections-based prediction (like `object_detection_prediction`)
96
+
*[`bytes`](/workflows/kinds/bytes): This kind represent bytes
97
+
*[`boolean`](/workflows/kinds/boolean): Boolean flag
102
98
*[`*`](/workflows/kinds/*): Equivalent of any element
103
-
*[`top_class`](/workflows/kinds/top_class): String value representing top class predicted by classification model
99
+
*[`float_zero_to_one`](/workflows/kinds/float_zero_to_one): `float` value in range `[0.0, 1.0]`
0 commit comments