| Change Type | Old Version | New Version | d.ts File |
| ---- | ------ | ------ | -------- |
|Added|NA|Class name: intelligentVoice;
Method or attribute name: function getIntelligentVoiceManager(): IntelligentVoiceManager;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: intelligentVoice;
Method or attribute name: function createEnrollIntelligentVoiceEngine(descriptor: EnrollIntelligentVoiceEngineDescriptor, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: intelligentVoice;
Method or attribute name: function createEnrollIntelligentVoiceEngine(descriptor: EnrollIntelligentVoiceEngineDescriptor): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: intelligentVoice;
Method or attribute name: function createWakeupIntelligentVoiceEngine(descriptor: WakeupIntelligentVoiceEngineDescriptor, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: intelligentVoice;
Method or attribute name: function createWakeupIntelligentVoiceEngine(descriptor: WakeupIntelligentVoiceEngineDescriptor): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceManager;
Method or attribute name: getCapabilityInfo(): Array\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceManager;
Method or attribute name: on(type: 'serviceChange', callback: Callback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceManager;
Method or attribute name: off(type: 'serviceChange', callback?: Callback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: ServiceChangeType;
Method or attribute name: SERVICE_UNAVAILABLE = 0|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceEngineType;
Method or attribute name: ENROLL_ENGINE_TYPE = 0|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceEngineType;
Method or attribute name: WAKEUP_ENGINE_TYPE = 1|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceEngineType;
Method or attribute name: UPDATE_ENGINE_TYPE = 2|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngineDescriptor;
Method or attribute name: wakeupPhrase: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngineDescriptor;
Method or attribute name: wakeupPhrase: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngineDescriptor;
Method or attribute name: needReconfirm: boolean;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollEngineConfig;
Method or attribute name: language: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollEngineConfig;
Method or attribute name: region: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: SensibilityType;
Method or attribute name: LOW_SENSIBILITY = 1|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: SensibilityType;
Method or attribute name: MIDDLE_SENSIBILITY = 2|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: SensibilityType;
Method or attribute name: HIGH_SENSIBILITY = 3|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupHapInfo;
Method or attribute name: bundleName: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupHapInfo;
Method or attribute name: abilityName: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEventType;
Method or attribute name: INTELLIGENT_VOICE_EVENT_WAKEUP_NONE = 0|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEventType;
Method or attribute name: INTELLIGENT_VOICE_EVENT_RECOGNIZE_COMPLETE = 1|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceErrorCode;
Method or attribute name: INTELLIGENT_VOICE_NO_MEMORY = 22700101|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceErrorCode;
Method or attribute name: INTELLIGENT_VOICE_INVALID_PARAM = 22700102|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceErrorCode;
Method or attribute name: INTELLIGENT_VOICE_INIT_FAILED = 22700103|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: IntelligentVoiceErrorCode;
Method or attribute name: INTELLIGENT_VOICE_COMMIT_ENROLL_FAILED = 22700104|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: SUCCESS = 0|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: VPR_TRAIN_FAILED = -1|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: WAKEUP_PHRASE_NOT_MATCH = -2|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: TOO_NOISY = -3|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: TOO_LOUD = -4|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: INTERVAL_LARGE = -5|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: DIFFERENT_PERSON = -6|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollResult;
Method or attribute name: UNKNOWN_ERROR = -100|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollCallbackInfo;
Method or attribute name: result: EnrollResult;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollCallbackInfo;
Method or attribute name: context: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;
Method or attribute name: context: string;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;
Method or attribute name: eventId: WakeupIntelligentVoiceEventType;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;
Method or attribute name: isSuccess: boolean;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: getSupportedRegions(callback: AsyncCallback\>): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: getSupportedRegions(callback: AsyncCallback\>): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: getSupportedRegions(): Promise\>;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: getSupportedRegions(): Promise\>;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: init(config: EnrollEngineConfig, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: init(config: EnrollEngineConfig): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: enrollForResult(isLast: boolean, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: enrollForResult(isLast: boolean): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: stop(callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: stop(): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: commit(callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: commit(): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setSensibility(sensibility: SensibilityType, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setSensibility(sensibility: SensibilityType, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setSensibility(sensibility: SensibilityType): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setSensibility(sensibility: SensibilityType): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setParameter(key: string, value: string, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setParameter(key: string, value: string, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: setParameter(key: string, value: string): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: setParameter(key: string, value: string): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: getParameter(key: string, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: getParameter(key: string, callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: getParameter(key: string): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: getParameter(key: string): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: release(callback: AsyncCallback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: EnrollIntelligentVoiceEngine;
Method or attribute name: release(): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: release(): Promise\;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: on(type: 'wakeupIntelligentVoiceEvent', callback: Callback\): void;|@ohos.ai.intelligentVoice.d.ts|
|Added|NA|Class name: WakeupIntelligentVoiceEngine;
Method or attribute name: off(type: 'wakeupIntelligentVoiceEvent', callback?: Callback\): void;|@ohos.ai.intelligentVoice.d.ts|