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.
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
entityScenario()
Get the entityScenario value. |
String |
entityTypeDisplayHint()
Get the entityTypeDisplayHint value. |
List<Entity |
entityTypeHints()
Get the entityTypeHints value. |
Entities |
withEntityScenario(EntityScenario entityScenario)
Set the entityScenario value. |
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