RecognizedEntity Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- com.
microsoft. azure. cognitiveservices. search. imagesearch. models. RecognizedEntity
- com.
public class RecognizedEntity extends Response
Defines a recognized entity.
Method Summary
Modifier and Type | Method and Description |
---|---|
Thing |
entity()
Get the entity value. |
Double |
matchConfidence()
Get the matchConfidence value. |
Inherited Members
Method Details
entity
public Thing entity()
Get the entity value.
Returns:
the entity value
matchConfidence
public Double matchConfidence()
Get the matchConfidence value.
Returns:
the matchConfidence value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java