RecognizedEntityGroup interface
Defines a group of previously recognized entities.
Properties
name | 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. |
recognized |
The regions of the image that contain entities. |
Property Details
name
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.
name: string
Property Value
string
recognizedEntityRegions
The regions of the image that contain entities.
recognizedEntityRegions: RecognizedEntityRegion[]