Compartir a través de


RankingRankingItem Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.websearch.models.RankingRankingItem

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
AnswerType 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.

RankingRankingItem withAnswerType(AnswerType answerType)

Establezca el valor answerType.

Detalles del método

answerType

public AnswerType answerType()

Obtenga el valor answerType.

Returns:

el valor answerType

htmlIndex

public Integer htmlIndex()

Obtenga el valor htmlIndex.

Returns:

el valor htmlIndex

resultIndex

public Integer resultIndex()

Obtenga el valor resultIndex.

Returns:

el valor resultIndex

screenshotIndex

public Integer screenshotIndex()

Obtenga el valor de captura de pantallaIndex.

Returns:

el valor de screenshotIndex

textualIndex

public Integer textualIndex()

Obtenga el valor textualIndex.

Returns:

el valor textualIndex

value

public Identifiable value()

Obtiene el valor.

Returns:

el valor

withAnswerType

public RankingRankingItem withAnswerType(AnswerType answerType)

Establezca el valor answerType.

Parameters:

answerType - el valor answerType que se va a establecer

Returns:

el propio objeto RankingRankingItem.

Se aplica a