EntitiesEntityPresentationInfo Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. EntitiesEntityPresentationInfo
- com.
public class EntitiesEntityPresentationInfo
Defines additional information about an entity such as type hints.
Constructor Summary
Constructor | Description | |
---|---|---|
EntitiesEntityPresentationInfo() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
entityScenario()
Get the entity |
java.lang.String |
entityTypeDisplayHint()
Get the entity |
java.util.List<Entity |
entityTypeHints()
Get the entity |
Entities |
withEntityScenario(EntityScenario entityScenario)
Set the entity |
Methods inherited from java.lang.Object
Constructor Details
EntitiesEntityPresentationInfo
public EntitiesEntityPresentationInfo()
Method Details
entityScenario
public EntityScenario entityScenario()
Get the entityScenario value.
Returns:
entityTypeDisplayHint
public String entityTypeDisplayHint()
Get the entityTypeDisplayHint value.
Returns:
entityTypeHints
public List
Get the entityTypeHints value.
Returns:
withEntityScenario
public EntitiesEntityPresentationInfo withEntityScenario(EntityScenario entityScenario)
Set the entityScenario value.
Parameters:
Returns:
Applies to
Azure SDK for Java