InlineSegmentationScore1
InlineSegmentationScore1
JSON Example
{
"feature_scores": [
{
"feature_type": "string",
"score": "number",
"max_score": "number",
"category_scores": [
{
"category_type": "string",
"score": "number",
"max_score": "number",
"sub_category_scores": [
{
"score": "number",
"max_score": "number",
"sub_category_type": "string"
}
]
}
]
}
],
"segmentation_score_mode": "string"
}
segmentation_score_mode
Optional
Segmentation score mode to be used for calculation. Only applicable when score_type is SEGMENTATION.
Enumeration:
STRICT,
RELAXED,
CUSTOM