edge-impulse-api 1.69.9 → 1.69.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@ export declare class ExportOriginalDataRequest {
|
|
|
15
15
|
*/
|
|
16
16
|
'uploaderFriendlyFilenames': boolean;
|
|
17
17
|
/**
|
|
18
|
-
* Whether to retain crops and splits. If this is disabled, then the original files are returned (as they were uploaded).
|
|
18
|
+
* Whether to retain crops and splits (applicable to time-series data only). If this is disabled, then the original files are returned (as they were uploaded).
|
|
19
19
|
*/
|
|
20
20
|
'retainCrops': boolean;
|
|
21
21
|
static discriminator: string | undefined;
|