Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
This data records a user's running form within a period of time.
To apply for the required scopes, go to Activity records > Activity on the Console of HUAWEI Developers.
| Field | Description | Constant in the SDK for Android | Type | Mandatory | Unit | Value Range |
|---|---|---|---|---|---|---|
| ground_contact_time | Ground contact time. | Field.GROUND_CONTACT_TIME | int | Yes | Millisecond | [0,5000] |
| ground_impact_acceleration | Landing impact. | Field.GROUND_IMPACT_ACCELERATION | int | No | g (gravity acceleration) | [0,50] |
| swing_angle | Swing angle. | Field.SWING_ANGLE | int | No | Degree | [0,360] |
| eversion_excursion | Foot eversion. | Field.EVERSION_EXCURSION | int | No | Degree | [-100,100] |
| hang_time | Hang time. | Field.HANG_TIME | int | No | Millisecond | - |
| ground_hang_time_rate | Flight ratio. | Field.GROUND_HANG_TIME_RATE | double | No | - | [0,500] |
| fore_foot_strike_pattern | Number of times that the front sole contacts the ground of the ground contact pattern. | Field.FORE_FOOT_STRIKE_PATTERN | int | No | Contact | [0,100] |
| hind_foot_strike_pattern | Number of times that the rear sole contacts the ground of the ground contact pattern. | Field.HIND_FOOT_STRIKE_PATTERN | int | No | Contact | [0,100] |
| whole_foot_strike_pattern | Number of times that the whole sole contacts the ground of the ground contact pattern. | Field.WHOLE_FOOT_STRIKE_PATTERN | int | No | Contact | [0,100] |
| impact_peak | Active peak. | Field.IMPACT_PEAK | double | No | BW (multiples of body weight) | [0,10.0] |
| vertical_oscillation | Vertical amplitude. | Field.VERTICAL_OSCILLATION | double | No | Centimeter | [0,25.6] |
| vertical_ratio | Vertical stride ratio. | Field.VERTICAL_RATIO | double | No | Percentage | [0,100.0] |
| gc_time_balance | Left and right ground contact balance. | Field.GC_TIME_BALANCE | double | No | Percentage (The returned data is for the left foot. For the right foot, the data is calculated as 100% minus the returned value.) | [0,100.0] |
| Open API | Query Timeliness | Data Source |
|---|---|---|
| In minutes | HUAWEI S-TAG and HUAWEI smart bands |
| Field | Description | Constant in the SDK for Android | Type | Mandatory | Unit |
|---|---|---|---|---|---|
| avg_ground_contact_time | Average ground contact time. | Field.AVG_GROUND_CONTACT_TIME | int | Yes | Millisecond |
| avg_ground_impact_acceleration | Average landing impact. | Field.AVG_GROUND_IMPACT_ACCELERATION | int | No | g (gravity acceleration) |
| avg_swing_angle | Average swing angle. | Field.AVG_SWING_ANGLE | int | No | Degree |
| avg_eversion_excursion | Average eversion excursion. | Field.AVG_EVERSION_EXCURSION | int | No | Degree |
| avg_hang_time | Average hang time. | Field.AVG_HANG_TIME | int | No | Millisecond |
| avg_ground_hang_time_rate | Flight ratio. | Field.AVG_GROUND_HANG_TIME_RATE | double | No | - |
| fore_foot_strike_pattern | Number of times that the front sole contacts the ground of the ground contact pattern. | Field.FORE_FOOT_STRIKE_PATTERN | int | No | Contact |
| hind_foot_strike_pattern | Number of times that the rear sole contacts the ground of the ground contact pattern. | Field.HIND_FOOT_STRIKE_PATTERN | int | No | Contact |
| whole_foot_strike_pattern | Number of times that the whole sole contacts the ground of the ground contact pattern. | Field.WHOLE_FOOT_STRIKE_PATTERN | int | No | Contact |
| avg_impact_peak | Average active peak. | Field.AVG_IMPACT_PEAK | double | No | BW (multiples of body weight) |
| avg_vertical_impact_rate | Average impact loading rate. | Field.AVG_VERTICAL_IMPACT_RATE | double | No | BW/S |
| avg_gc_time_balance | Average left and right ground contact balance. | Field.AVG_GC_TIME_BALANCE | double | No | Percentage (The returned data is for the left foot. For the right foot, the data is calculated as 100% minus the returned value.) |
| avg_vertical_oscillation | Average vertical oscillation. | Field.AVG_VERTICAL_OSCILLATION | double | No | Centimeter |
| avg_vertical_ratio | Average vertical stride ratio. | Field.AVG_VERTICAL_RATIO | double | No | Percentage |
| Open API | Timeliness | Statistical Dimension | Data Source |
|---|---|---|---|
| In minutes | Exercise record summary | HUAWEI S-TAG and HUAWEI smart bands |