The voice attributes of an assessment are recorded inside the "Voice Domain" assessment object.
Note
Note that the "Voice" domain object is part of the "Assessment Data" object - see Managing Assessments.
V2 Item |
Type |
Description |
---|---|---|
score |
Mandatory integer |
The number of descriptors that were detected for the domain. Will equal the sum of the descriptors set to true in the domain. |
comment |
Optional String |
A comment on the assessment of the domain |
voice_recording |
Optional String (relative path to recording) |
The URL to the voice recording linked to the assessment |
descriptors |
Mandatory Object containing 9 boolean descriptors |
Indicates which descriptors for the domain were detected (those items will have a value of true):
|
A sample "Voice Domain" assessment object is shown below:
"voice": { "score": 0, "comment": null, "descriptors": { "noisy_sounds": false, "requesting_help": false, "groaning": false, "moaning": false, "crying": false, "screaming": false, "loudtalk": false, "howling": false, "sighing": false }