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_bEnablepropertyThis parameter specifies whether or not to save speech recognition audio utterances in files. Default: FALSE.
-
m_strFileBaseNamepropertyThis parameter specifies the file base name saving speech recognition audio utterances.
-
m_strFilePathpropertyThis parameter specifies the file path for saving speech recognition audio utterances.
-
m_strRequestorIDpropertyThis parameter specifies a requestor ID that is included in the file base name for saving speech recognition audio utterances.
-
m_strFileTypepropertyThis parameter specifies the audio file type saving speech recognition audio utterances. Only file type “wav” is supported.
-
m_bLogTimeStamppropertyThis 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