RecognizedEntityGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a group of previously recognized entities.
public class RecognizedEntityGroup
type RecognizedEntityGroup = class
Public Class RecognizedEntityGroup
- Inheritance
-
RecognizedEntityGroup
Constructors
RecognizedEntityGroup() |
Initializes a new instance of the RecognizedEntityGroup class. |
RecognizedEntityGroup(IList<RecognizedEntityRegion>, String) |
Initializes a new instance of the RecognizedEntityGroup class. |
Properties
Name |
Gets or sets the name of the group where images of the entity were also found. The following are possible groups. CelebRecognitionAnnotations: Similar to CelebrityAnnotations but provides a higher probability of an accurate match. CelebrityAnnotations: Contains celebrities such as actors, politicians, athletes, and historical figures. |
RecognizedEntityRegions |
Gets or sets the regions of the image that contain entities. |
Methods
Validate() |
Validate the object. |