1 // GENERATED. DO NOT MODIFY2 package speech.types;3 4 import com4j.*;5 6 /**7 * ISpeechPhraseRules Interface8 */9 @IID("{9047D593-01DD-4B72-81A3-E4A0CA69F407}")10 public interface ISpeechPhraseRules extends Com4jObject,Iterable <Com4jObject> {11 /**12 * Count13 */14 @VTID(7)15 int count();16 17 /**18 * Item19 */20 @VTID(8)21 ISpeechPhraseRule item(22 int index);23 24 /**25 * Enumerates the Rules26 */27 @VTID(9)28 java.util.Iterator <Com4jObject> iterator();29 30 }31