common.h

Includes:
<Foundation/Foundation.h>

Introduction

VoiceSDK common classes header file.



Classes

AudioInterval

Represents an audio interval.

TimeInterval

Represents a time interval.

VoiceSdkBool

Represents VoiceSDK boolean return type.

VoiceTemplate

Represents voice template.



Typedefs

NS_ENUM

An enumeration for audio source labeling during voice template creation


NS_ENUM


An enumeration for audio source labeling during voice template creation

typedef NS_ENUM(NSInteger, ChannelType) {
    MIC = 1, TEL = 2, MIXED = 3 
};