UNPKG

microsoft-cognitiveservices-speech-sdk

Version:
14 lines (13 loc) 193 B
/** * The geo location configuration */ export interface GeoLocation { /** * The latitude */ latitude: number; /** * The longitude */ longitude: number; }