UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
10 lines (9 loc) 218 B
/** * Internal class representing an AddressEntry in the Addresses array in the DGI v1 grammar. */ export interface AddressEntry { /** * Gets an Address in the Addresses array */ address: string; }