1| Change Type | Old Version | New Version | d.ts File | 2| ---- | ------ | ------ | -------- | 3|Added|NA|Class name: intelligentVoice;<br>Method or attribute name: function getIntelligentVoiceManager(): IntelligentVoiceManager;|@ohos.ai.intelligentVoice.d.ts| 4|Added|NA|Class name: intelligentVoice;<br>Method or attribute name: function createEnrollIntelligentVoiceEngine(descriptor: EnrollIntelligentVoiceEngineDescriptor, callback: AsyncCallback\<EnrollIntelligentVoiceEngine>): void;|@ohos.ai.intelligentVoice.d.ts| 5|Added|NA|Class name: intelligentVoice;<br>Method or attribute name: function createEnrollIntelligentVoiceEngine(descriptor: EnrollIntelligentVoiceEngineDescriptor): Promise\<EnrollIntelligentVoiceEngine>;|@ohos.ai.intelligentVoice.d.ts| 6|Added|NA|Class name: intelligentVoice;<br>Method or attribute name: function createWakeupIntelligentVoiceEngine(descriptor: WakeupIntelligentVoiceEngineDescriptor, callback: AsyncCallback\<WakeupIntelligentVoiceEngine>): void;|@ohos.ai.intelligentVoice.d.ts| 7|Added|NA|Class name: intelligentVoice;<br>Method or attribute name: function createWakeupIntelligentVoiceEngine(descriptor: WakeupIntelligentVoiceEngineDescriptor): Promise\<WakeupIntelligentVoiceEngine>;|@ohos.ai.intelligentVoice.d.ts| 8|Added|NA|Class name: IntelligentVoiceManager;<br>Method or attribute name: getCapabilityInfo(): Array\<IntelligentVoiceEngineType>;|@ohos.ai.intelligentVoice.d.ts| 9|Added|NA|Class name: IntelligentVoiceManager;<br>Method or attribute name: on(type: 'serviceChange', callback: Callback\<ServiceChangeType>): void;|@ohos.ai.intelligentVoice.d.ts| 10|Added|NA|Class name: IntelligentVoiceManager;<br>Method or attribute name: off(type: 'serviceChange', callback?: Callback\<ServiceChangeType>): void;|@ohos.ai.intelligentVoice.d.ts| 11|Added|NA|Class name: ServiceChangeType;<br>Method or attribute name: SERVICE_UNAVAILABLE = 0|@ohos.ai.intelligentVoice.d.ts| 12|Added|NA|Class name: IntelligentVoiceEngineType;<br>Method or attribute name: ENROLL_ENGINE_TYPE = 0|@ohos.ai.intelligentVoice.d.ts| 13|Added|NA|Class name: IntelligentVoiceEngineType;<br>Method or attribute name: WAKEUP_ENGINE_TYPE = 1|@ohos.ai.intelligentVoice.d.ts| 14|Added|NA|Class name: IntelligentVoiceEngineType;<br>Method or attribute name: UPDATE_ENGINE_TYPE = 2|@ohos.ai.intelligentVoice.d.ts| 15|Added|NA|Class name: EnrollIntelligentVoiceEngineDescriptor;<br>Method or attribute name: wakeupPhrase: string;|@ohos.ai.intelligentVoice.d.ts| 16|Added|NA|Class name: WakeupIntelligentVoiceEngineDescriptor;<br>Method or attribute name: wakeupPhrase: string;|@ohos.ai.intelligentVoice.d.ts| 17|Added|NA|Class name: WakeupIntelligentVoiceEngineDescriptor;<br>Method or attribute name: needReconfirm: boolean;|@ohos.ai.intelligentVoice.d.ts| 18|Added|NA|Class name: EnrollEngineConfig;<br>Method or attribute name: language: string;|@ohos.ai.intelligentVoice.d.ts| 19|Added|NA|Class name: EnrollEngineConfig;<br>Method or attribute name: region: string;|@ohos.ai.intelligentVoice.d.ts| 20|Added|NA|Class name: SensibilityType;<br>Method or attribute name: LOW_SENSIBILITY = 1|@ohos.ai.intelligentVoice.d.ts| 21|Added|NA|Class name: SensibilityType;<br>Method or attribute name: MIDDLE_SENSIBILITY = 2|@ohos.ai.intelligentVoice.d.ts| 22|Added|NA|Class name: SensibilityType;<br>Method or attribute name: HIGH_SENSIBILITY = 3|@ohos.ai.intelligentVoice.d.ts| 23|Added|NA|Class name: WakeupHapInfo;<br>Method or attribute name: bundleName: string;|@ohos.ai.intelligentVoice.d.ts| 24|Added|NA|Class name: WakeupHapInfo;<br>Method or attribute name: abilityName: string;|@ohos.ai.intelligentVoice.d.ts| 25|Added|NA|Class name: WakeupIntelligentVoiceEventType;<br>Method or attribute name: INTELLIGENT_VOICE_EVENT_WAKEUP_NONE = 0|@ohos.ai.intelligentVoice.d.ts| 26|Added|NA|Class name: WakeupIntelligentVoiceEventType;<br>Method or attribute name: INTELLIGENT_VOICE_EVENT_RECOGNIZE_COMPLETE = 1|@ohos.ai.intelligentVoice.d.ts| 27|Added|NA|Class name: IntelligentVoiceErrorCode;<br>Method or attribute name: INTELLIGENT_VOICE_NO_MEMORY = 22700101|@ohos.ai.intelligentVoice.d.ts| 28|Added|NA|Class name: IntelligentVoiceErrorCode;<br>Method or attribute name: INTELLIGENT_VOICE_INVALID_PARAM = 22700102|@ohos.ai.intelligentVoice.d.ts| 29|Added|NA|Class name: IntelligentVoiceErrorCode;<br>Method or attribute name: INTELLIGENT_VOICE_INIT_FAILED = 22700103|@ohos.ai.intelligentVoice.d.ts| 30|Added|NA|Class name: IntelligentVoiceErrorCode;<br>Method or attribute name: INTELLIGENT_VOICE_COMMIT_ENROLL_FAILED = 22700104|@ohos.ai.intelligentVoice.d.ts| 31|Added|NA|Class name: EnrollResult;<br>Method or attribute name: SUCCESS = 0|@ohos.ai.intelligentVoice.d.ts| 32|Added|NA|Class name: EnrollResult;<br>Method or attribute name: VPR_TRAIN_FAILED = -1|@ohos.ai.intelligentVoice.d.ts| 33|Added|NA|Class name: EnrollResult;<br>Method or attribute name: WAKEUP_PHRASE_NOT_MATCH = -2|@ohos.ai.intelligentVoice.d.ts| 34|Added|NA|Class name: EnrollResult;<br>Method or attribute name: TOO_NOISY = -3|@ohos.ai.intelligentVoice.d.ts| 35|Added|NA|Class name: EnrollResult;<br>Method or attribute name: TOO_LOUD = -4|@ohos.ai.intelligentVoice.d.ts| 36|Added|NA|Class name: EnrollResult;<br>Method or attribute name: INTERVAL_LARGE = -5|@ohos.ai.intelligentVoice.d.ts| 37|Added|NA|Class name: EnrollResult;<br>Method or attribute name: DIFFERENT_PERSON = -6|@ohos.ai.intelligentVoice.d.ts| 38|Added|NA|Class name: EnrollResult;<br>Method or attribute name: UNKNOWN_ERROR = -100|@ohos.ai.intelligentVoice.d.ts| 39|Added|NA|Class name: EnrollCallbackInfo;<br>Method or attribute name: result: EnrollResult;|@ohos.ai.intelligentVoice.d.ts| 40|Added|NA|Class name: EnrollCallbackInfo;<br>Method or attribute name: context: string;|@ohos.ai.intelligentVoice.d.ts| 41|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;<br>Method or attribute name: context: string;|@ohos.ai.intelligentVoice.d.ts| 42|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;<br>Method or attribute name: eventId: WakeupIntelligentVoiceEventType;|@ohos.ai.intelligentVoice.d.ts| 43|Added|NA|Class name: WakeupIntelligentVoiceEngineCallbackInfo;<br>Method or attribute name: isSuccess: boolean;|@ohos.ai.intelligentVoice.d.ts| 44|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: getSupportedRegions(callback: AsyncCallback\<Array\<string>>): void;|@ohos.ai.intelligentVoice.d.ts| 45|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: getSupportedRegions(callback: AsyncCallback\<Array\<string>>): void;|@ohos.ai.intelligentVoice.d.ts| 46|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: getSupportedRegions(): Promise\<Array\<string>>;|@ohos.ai.intelligentVoice.d.ts| 47|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: getSupportedRegions(): Promise\<Array\<string>>;|@ohos.ai.intelligentVoice.d.ts| 48|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: init(config: EnrollEngineConfig, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 49|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: init(config: EnrollEngineConfig): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 50|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: enrollForResult(isLast: boolean, callback: AsyncCallback\<EnrollCallbackInfo>): void;|@ohos.ai.intelligentVoice.d.ts| 51|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: enrollForResult(isLast: boolean): Promise\<EnrollCallbackInfo>;|@ohos.ai.intelligentVoice.d.ts| 52|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: stop(callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 53|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: stop(): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 54|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: commit(callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 55|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: commit(): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 56|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 57|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 58|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 59|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setWakeupHapInfo(info: WakeupHapInfo): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 60|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setSensibility(sensibility: SensibilityType, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 61|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setSensibility(sensibility: SensibilityType, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 62|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setSensibility(sensibility: SensibilityType): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 63|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setSensibility(sensibility: SensibilityType): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 64|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setParameter(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 65|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setParameter(key: string, value: string, callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 66|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: setParameter(key: string, value: string): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 67|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: setParameter(key: string, value: string): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 68|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: getParameter(key: string, callback: AsyncCallback\<string>): void;|@ohos.ai.intelligentVoice.d.ts| 69|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: getParameter(key: string, callback: AsyncCallback\<string>): void;|@ohos.ai.intelligentVoice.d.ts| 70|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: getParameter(key: string): Promise\<string>;|@ohos.ai.intelligentVoice.d.ts| 71|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: getParameter(key: string): Promise\<string>;|@ohos.ai.intelligentVoice.d.ts| 72|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 73|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: release(callback: AsyncCallback\<void>): void;|@ohos.ai.intelligentVoice.d.ts| 74|Added|NA|Class name: EnrollIntelligentVoiceEngine;<br>Method or attribute name: release(): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 75|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: release(): Promise\<void>;|@ohos.ai.intelligentVoice.d.ts| 76|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: on(type: 'wakeupIntelligentVoiceEvent', callback: Callback\<WakeupIntelligentVoiceEngineCallbackInfo>): void;|@ohos.ai.intelligentVoice.d.ts| 77|Added|NA|Class name: WakeupIntelligentVoiceEngine;<br>Method or attribute name: off(type: 'wakeupIntelligentVoiceEvent', callback?: Callback\<WakeupIntelligentVoiceEngineCallbackInfo>): void;|@ohos.ai.intelligentVoice.d.ts| 78