SpeechEvent

Superclass:
NSObject
Declared In:

Introduction

Represents a single speech or non-speech event.



Properties

audioInterval

Speech event audio interval.

isVoice

Whether the interval contains speech or not.


audioInterval


Speech event audio interval.

@property(strong,
    nonatomic,
    nonnull) AudioInterval* audioInterval; 

isVoice


Whether the interval contains speech or not.

@property(assign,
    nonatomic) bool isVoice;