1 // GENERATED. DO NOT MODIFY2 package speech.types;3 4 import com4j.*;5 6 /**7 * ISpPhoneConverter Interface8 */9 @IID("{8445C581-0CAC-4A38-ABFE-9B2CE2826455}")10 public interface ISpPhoneConverter extends ISpObjectWithToken {11 @VTID(5)12 short phoneToId(13 @MarshalAs(NativeType.Unicode) java.lang.String pszPhone);14 15 @VTID(6)16 short idToPhone(17 Holder<Short > pId);18 19 }20