SEGMENT_INFO_ST
- voice_dir_name
- Voice directory name, which is a maximum of MAX_VOICE_DIR_LENGTH
characters excluding the terminating ‘\0’.
- segment_id
- ID of the segment, in the range 1 to USHRT_MAX.
- language
- An unsigned character (in the range 1 to MAX_LANGUAGE, as specified
in the Blueworx Voice Response Languages window) that identifies the language.
- compression_type
- Indicates whether the voice segment is compressed (COMPRESSED_VOICE)
or uncompressed (UNCOMPRESSED_VOICE).
- segment_text
- A textual description of the voice segment which is a maximum of MAX_SEGMENT_TEXT_LENGTH
characters excluding the terminating ‘\0’.
- total_elements
- Total number of voice elements required to hold this voice segment.
Each element is COMPRESSED_ELEMENT_LENGTH bytes for compressed voice,
or UNCOMPRESSED_ELEMENT_LENGTH bytes for uncompressed voice, and corresponds
to 0.2 seconds of voice data.