EntitiesModel Class
- java.
lang. Object - ResponseBase
- Identifiable
- Response
- Answer
- SearchResultsAnswer
- com.
microsoft. azure. cognitiveservices. search. entitysearch. models. EntitiesModel
- com.
public class EntitiesModel extends SearchResultsAnswer
Defines an entity answer.
Method Summary
Modifier and Type | Method and Description |
---|---|
Entity |
queryScenario()
Get the queryScenario value. |
List<Thing> |
value()
Get the value value. |
Entities |
withValue(List<Thing> value)
Set the value value. |
Inherited Members
Response.contractualRules()
Identifiable.id()
SearchResultsAnswer.queryContext()
Response.webSearchUrl()
Method Details
queryScenario
public EntityQueryScenario queryScenario()
Get the queryScenario value.
Returns:
the queryScenario value
value
public List
Get the value value.
Returns:
the value value
withValue
public EntitiesModel withValue(List
Set the value value.
Parameters:
value
- the value value to set
Returns:
the EntitiesModel object itself.
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