EntitiesEntityPresentationInfo Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.entitysearch.models.EntitiesEntityPresentationInfo

public class EntitiesEntityPresentationInfo

Defines additional information about an entity such as type hints.

Method Summary

Modifier and Type Method and Description
EntityScenario entityScenario()

Get the entityScenario value.

String entityTypeDisplayHint()

Get the entityTypeDisplayHint value.

List<EntityType> entityTypeHints()

Get the entityTypeHints value.

EntitiesEntityPresentationInfo withEntityScenario(EntityScenario entityScenario)

Set the entityScenario value.

Method Details

entityScenario

public EntityScenario entityScenario()

Get the entityScenario value.

Returns:

the entityScenario value

entityTypeDisplayHint

public String entityTypeDisplayHint()

Get the entityTypeDisplayHint value.

Returns:

the entityTypeDisplayHint value

entityTypeHints

public List entityTypeHints()

Get the entityTypeHints value.

Returns:

the entityTypeHints value

withEntityScenario

public EntitiesEntityPresentationInfo withEntityScenario(EntityScenario entityScenario)

Set the entityScenario value.

Parameters:

entityScenario - the entityScenario value to set

Returns:

the EntitiesEntityPresentationInfo object itself.

Applies to