Book Image

Learning Microsoft Cognitive Services

By : Leif Larsen
Book Image

Learning Microsoft Cognitive Services

By: Leif Larsen

Overview of this book

Take your app development to the next level with Learning Microsoft Cognitive Services. Using Leif's knowledge of each of the powerful APIs, you'll learn how to create smarter apps with more human-like capabilities. ? Discover what each API has to offer and learn how to add it to your app ? Study each AI using theory and practical examples ? Learn current API best practices
Table of Contents (20 chapters)
Learning Microsoft Cognitive Services
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
12
Additional Information on Linguistic Analysis

LUIS pre-built entities


Note

A complete and updated list of pre-built entities can be found at https://www.luis.ai/help#PreBuiltEntities.

The following list shows all the available entities that the Cortana pre-built application can detect:

  • builtin.alarm.alarm_state

  • builtin.alarm.duration

  • builtin.alarm.start_date

  • builtin.alarm.start_time

  • builtin.alarm.title

  • builtin.calendar.absolute_location

  • builtin.calendar.contact_name

  • builtin.calendar.destination_calendar

  • builtin.calendar.duration

  • builtin.calendar.end_date

  • builtin.calendar.end_time

  • builtin.calendar.implicit_location

  • builtin.calendar.move_earlier_time

  • builtin.calendar.move_later_time

  • builtin.calendar.original_start_date

  • builtin.calendar.original_start_time

  • builtin.calendar.start_date

  • builtin.calendar.start_time

  • builtin.calendar.title

  • builtin.communication.audio_device_type

  • builtin.communication.contact_name

  • builtin.communication.destination_platform

  • builtin.communication.from_relationship_name

  • builtin.communication...