AnswerType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. cognitiveservices. search. entitysearch. models. AnswerType
- com.
- com.
public final class AnswerType
extends com.microsoft.rest.ExpandableStringEnum<AnswerType>
Defines values for AnswerType.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Answer |
ENTITIES
Static value Entities for Answer |
static final
Answer |
PLACES
Static value Places for Answer |
Constructor Summary
Constructor | Description | |
---|---|---|
AnswerType() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Answer |
fromString(String name)
Creates or finds a Answer |
static
java.util.Collection<Answer |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ENTITIES
public static final AnswerType ENTITIES
Static value Entities for AnswerType.
PLACES
public static final AnswerType PLACES
Static value Places for AnswerType.
Constructor Details
AnswerType
public AnswerType()
Method Details
fromString
public static AnswerType fromString(String name)
Creates or finds a AnswerType from its string representation.
Parameters:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java