Get window settings
Get window settings
Authorizations
Path parameters
projectIdintegerRequired
Project ID
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/optimize/window-settings HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200
OK
{
"success": true,
"error": "text",
"windowSettingsEvent": [
{
"windowSizeMs": 1,
"windowIncreaseMs": 1,
"windowIncreasePct": 1,
"zeroPadPercentage": 1,
"windowCount": 1,
"balanceScore": 1,
"valid": true
}
],
"windowSettingsContinuous": [
{
"windowSizeMs": 1,
"windowIncreaseMs": 1,
"windowIncreasePct": 1,
"zeroPadPercentage": 1,
"windowCount": 1,
"balanceScore": 1,
"valid": true
}
]
}
Last updated
Was this helpful?