B: Azure ' s Computer Vision service provides developers with access to advanced algorithms that process images and return information based on the visual features you ' re interested in. For example, Computer Vision can determine whether an image contains adult content, find specific brands or objects, or find human faces.
C: Computer Vision includes Optical Character Recognition (OCR) capabilities. You can use the new Read API to extract printed and handwritten text from images and documents.
[Reference:, https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/home, , Detect faces in an image - Face API, Microsoft Azure provides multiple cognitive services that you can use to detect and analyze faces, including:, Computer Vision, which offers face detection and some basic face analysis, such as determining age., Video Indexer, which you can use to detect and identify faces in a video., Face, which offers pre-built algorithms that can detect, recognize, and analyze faces., Recognize hand written text - Read API, The Read API is a better option for scanned documents that have a lot of text. The Read API also has the ability to automatically determine the proper recognition model, , , ]
Submit