detect speech
Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block
Controller: CodeCogs
Interface
C++
Excel
Detect Speech
intdetect_speech( | const char* | str | |
int | offset | ) |
Parameters
str This is the input string, with text that needs analysing. offset The location within str to search for the start of speech. If no speech is found at str[offset] then offset is returned.
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.