Call Center SDK  1.11.3
Public Attributes | List of all members
VoiceSdkAttributes Struct Reference

Structure representing estimated person attributes. More...

#include <voicesdk/attributes/attributes_c_api.h>

Public Attributes

float gender_score
 Raw gender score (the bigger score corresponding to male and the smaller score corresponding to female)
 
VoiceSdkGender gender
 Estimated gender.
 
size_t age
 Estimated age in years.
 
VoiceSdkPhoneCallParticipant phone_call_participant
 Estimated phone call participant class. Makes sense only for single speaker phone call recordings. More...
 

Detailed Description

Structure representing estimated person attributes.

Member Data Documentation

◆ phone_call_participant

VoiceSdkPhoneCallParticipant VoiceSdkAttributes::phone_call_participant

Estimated phone call participant class. Makes sense only for single speaker phone call recordings.

Deprecated:
Always equals to PHONE_CALL_PARTICIPANT_UNDEFINED.