VoiceSDK  5.0.2
Public Attributes | List of all members
VoiceSdkSpeechInfo Struct Reference

#include <voicesdk/media/media_c_api.h>

Public Attributes

float speech_length_ms
 Speech signal length in milliseconds. More...
 
float background_length_ms
 Non-speech signal length in milliseconds. More...
 
float total_length_ms
 Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds. More...
 

Member Data Documentation

◆ background_length_ms

float VoiceSdkSpeechInfo::background_length_ms

Non-speech signal length in milliseconds.

◆ speech_length_ms

float VoiceSdkSpeechInfo::speech_length_ms

Speech signal length in milliseconds.

◆ total_length_ms

float VoiceSdkSpeechInfo::total_length_ms

Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds.