SearchOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. websearch. models. SearchOptionalParameter
- com.
public class SearchOptionalParameter
O modelo SearchOptionalParameter.
Resumo do método
Detalhes do método
acceptLanguage
public String acceptLanguage()
Obtenha o valor acceptLanguage.
Returns:
answerCount
public Integer answerCount()
Obtenha o valor answerCount.
Returns:
clientId
public String clientId()
Obtenha o valor clientId.
Returns:
clientIp
public String clientIp()
Obtenha o valor clientIp.
Returns:
count
public Integer count()
Obter o valor de contagem.
Returns:
countryCode
public String countryCode()
Obter o valor countryCode.
Returns:
freshness
public Freshness freshness()
Obtenha o valor de atualização.
Returns:
location
public String location()
Obter o valor do local.
Returns:
market
public String market()
Obtenha o valor de mercado.
Returns:
offset
public Integer offset()
Obter o valor de deslocamento.
Returns:
pragma
public String pragma()
Obtenha o valor de pragma.
Returns:
promote
public List
Obtenha o valor de promoção.
Returns:
responseFilter
public List
Obtenha o valor responseFilter.
Returns:
safeSearch
public SafeSearch safeSearch()
Obtenha o valor safeSearch.
Returns:
setLang
public String setLang()
Obtenha o valor setLang.
Returns:
textDecorations
public Boolean textDecorations()
Obtenha o valor textDecorations.
Returns:
textFormat
public TextFormat textFormat()
Obtenha o valor textFormat.
Returns:
userAgent
public String userAgent()
Obtenha o valor userAgent.
Returns:
withAcceptLanguage
public SearchOptionalParameter withAcceptLanguage(String acceptLanguage)
Defina o valor acceptLanguage.
Parameters:
Returns:
withAnswerCount
public SearchOptionalParameter withAnswerCount(Integer answerCount)
Defina o valor answerCount.
Parameters:
Returns:
withClientId
public SearchOptionalParameter withClientId(String clientId)
Defina o valor clientId.
Parameters:
Returns:
withClientIp
public SearchOptionalParameter withClientIp(String clientIp)
Defina o valor clientIp.
Parameters:
Returns:
withCount
public SearchOptionalParameter withCount(Integer count)
Defina o valor de contagem.
Parameters:
Returns:
withCountryCode
public SearchOptionalParameter withCountryCode(String countryCode)
Defina o valor countryCode.
Parameters:
Returns:
withFreshness
public SearchOptionalParameter withFreshness(Freshness freshness)
Defina o valor de atualização.
Parameters:
Returns:
withLocation
public SearchOptionalParameter withLocation(String location)
Defina o valor de localização.
Parameters:
Returns:
withMarket
public SearchOptionalParameter withMarket(String market)
Defina o valor de mercado.
Parameters:
Returns:
withOffset
public SearchOptionalParameter withOffset(Integer offset)
Defina o valor de deslocamento.
Parameters:
Returns:
withPragma
public SearchOptionalParameter withPragma(String pragma)
Defina o valor de pragma.
Parameters:
Returns:
withPromote
public SearchOptionalParameter withPromote(List
Defina o valor de promoção.
Parameters:
Returns:
withResponseFilter
public SearchOptionalParameter withResponseFilter(List
Defina o valor responseFilter.
Parameters:
Returns:
withSafeSearch
public SearchOptionalParameter withSafeSearch(SafeSearch safeSearch)
Defina o valor safeSearch.
Parameters:
Returns:
withSetLang
public SearchOptionalParameter withSetLang(String setLang)
Defina o valor setLang.
Parameters:
Returns:
withTextDecorations
public SearchOptionalParameter withTextDecorations(Boolean textDecorations)
Defina o valor textDecorations.
Parameters:
Returns:
withTextFormat
public SearchOptionalParameter withTextFormat(TextFormat textFormat)
Defina o valor textFormat.
Parameters:
Returns:
withUserAgent
public SearchOptionalParameter withUserAgent(String userAgent)
Defina o valor userAgent.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java