RankingRankingItem Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. websearch. models. RankingRankingItem
- com.
public class RankingRankingItem
Define un elemento del resultado de la búsqueda que se muestra.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Answer |
answerType()
Obtenga el valor answerType. |
Integer |
htmlIndex()
Obtenga el valor htmlIndex. |
Integer |
resultIndex()
Obtenga el valor resultIndex. |
Integer |
screenshotIndex()
Obtenga el valor de captura de pantallaIndex. |
Integer |
textualIndex()
Obtenga el valor textualIndex. |
Identifiable |
value()
Obtiene el valor. |
Ranking |
withAnswerType(AnswerType answerType)
Establezca el valor answerType. |
Detalles del método
answerType
public AnswerType answerType()
Obtenga el valor answerType.
Returns:
htmlIndex
public Integer htmlIndex()
Obtenga el valor htmlIndex.
Returns:
resultIndex
public Integer resultIndex()
Obtenga el valor resultIndex.
Returns:
screenshotIndex
public Integer screenshotIndex()
Obtenga el valor de captura de pantallaIndex.
Returns:
textualIndex
public Integer textualIndex()
Obtenga el valor textualIndex.
Returns:
value
public Identifiable value()
Obtiene el valor.
Returns:
withAnswerType
public RankingRankingItem withAnswerType(AnswerType answerType)
Establezca el valor answerType.
Parameters:
Returns:
Se aplica a
Azure SDK for Java