BZSaveAudioFileParams Class Reference
Inherits from | NSObject |
Declared in | BZMediaParams.h |
Overview
This interface describes the parameters for saving speech recognition audio utterances in files.
A BZSaveAudioFileParams object can be created as follows:
BZSaveAudioFileParams* bzSaveAudioFileParams = [[BZSaveAudioFileParams alloc] init];
Swift
let bzSaveAudioFileParams = BZSaveAudioFileParams()
Tasks
-
m_bEnable
This parameter specifies whether or not to save speech recognition audio utterances in files. Default: FALSE.
-
m_strFileBaseName
This parameter specifies the file base name saving speech recognition audio utterances.
-
m_strFilePath
This parameter specifies the file path for saving speech recognition audio utterances.
-
m_strRequestorID
This parameter specifies a requestor ID that is included in the file base name for saving speech recognition audio utterances.
-
m_strFileType
This parameter specifies the audio file type saving speech recognition audio utterances. Only file type “wav” is supported.
-
m_bLogTimeStamp
This parameter specifies whether or not to include a time stamp in the file base name for saving speech recognition audio utterances. Default: FALSE.
Properties
m_bEnable
@property BOOL m_bEnable
Discussion
This parameter specifies whether or not to save speech recognition audio utterances in files. Default: FALSE.
Declared In
BZMediaParams.h
m_bLogTimeStamp
@property BOOL m_bLogTimeStamp
Discussion
This parameter specifies whether or not to include a time stamp in the file base name for saving speech recognition audio utterances. Default: FALSE.
Declared In
BZMediaParams.h
m_strFileBaseName
@property NSString *m_strFileBaseName
Discussion
This parameter specifies the file base name saving speech recognition audio utterances.
Declared In
BZMediaParams.h
m_strFilePath
@property NSString *m_strFilePath
Discussion
This parameter specifies the file path for saving speech recognition audio utterances.
Declared In
BZMediaParams.h