SearchOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. websearch. models. SearchOptionalParameter
- com.
public class SearchOptionalParameter
SearchOptionalParameter モデル。
メソッドの概要
メソッドの詳細
acceptLanguage
public String acceptLanguage()
acceptLanguage 値を取得します。
Returns:
answerCount
public Integer answerCount()
answerCount 値を取得します。
Returns:
clientId
public String clientId()
clientId 値を取得します。
Returns:
clientIp
public String clientIp()
clientIp 値を取得します。
Returns:
count
public Integer count()
カウント値を取得します。
Returns:
countryCode
public String countryCode()
countryCode 値を取得します。
Returns:
freshness
public Freshness freshness()
鮮度の値を取得します。
Returns:
location
public String location()
場所の値を取得します。
Returns:
market
public String market()
市場価値を取得します。
Returns:
offset
public Integer offset()
オフセット値を取得します。
Returns:
pragma
public String pragma()
プラグマ値を取得します。
Returns:
promote
public List
昇格値を取得します。
Returns:
responseFilter
public List
responseFilter 値を取得します。
Returns:
safeSearch
public SafeSearch safeSearch()
safeSearch 値を取得します。
Returns:
setLang
public String setLang()
setLang 値を取得します。
Returns:
textDecorations
public Boolean textDecorations()
textDecorations 値を取得します。
Returns:
textFormat
public TextFormat textFormat()
textFormat 値を取得します。
Returns:
userAgent
public String userAgent()
userAgent 値を取得します。
Returns:
withAcceptLanguage
public SearchOptionalParameter withAcceptLanguage(String acceptLanguage)
acceptLanguage 値を設定します。
Parameters:
Returns:
withAnswerCount
public SearchOptionalParameter withAnswerCount(Integer answerCount)
answerCount 値を設定します。
Parameters:
Returns:
withClientId
public SearchOptionalParameter withClientId(String clientId)
clientId 値を設定します。
Parameters:
Returns:
withClientIp
public SearchOptionalParameter withClientIp(String clientIp)
clientIp 値を設定します。
Parameters:
Returns:
withCount
public SearchOptionalParameter withCount(Integer count)
カウント値を設定します。
Parameters:
Returns:
withCountryCode
public SearchOptionalParameter withCountryCode(String countryCode)
countryCode 値を設定します。
Parameters:
Returns:
withFreshness
public SearchOptionalParameter withFreshness(Freshness freshness)
鮮度の値を設定します。
Parameters:
Returns:
withLocation
public SearchOptionalParameter withLocation(String location)
場所の値を設定します。
Parameters:
Returns:
withMarket
public SearchOptionalParameter withMarket(String market)
市場価値を設定します。
Parameters:
Returns:
withOffset
public SearchOptionalParameter withOffset(Integer offset)
オフセット値を設定します。
Parameters:
Returns:
withPragma
public SearchOptionalParameter withPragma(String pragma)
プラグマ値を設定します。
Parameters:
Returns:
withPromote
public SearchOptionalParameter withPromote(List
昇格値を設定します。
Parameters:
Returns:
withResponseFilter
public SearchOptionalParameter withResponseFilter(List
responseFilter 値を設定します。
Parameters:
Returns:
withSafeSearch
public SearchOptionalParameter withSafeSearch(SafeSearch safeSearch)
safeSearch 値を設定します。
Parameters:
Returns:
withSetLang
public SearchOptionalParameter withSetLang(String setLang)
setLang 値を設定します。
Parameters:
Returns:
withTextDecorations
public SearchOptionalParameter withTextDecorations(Boolean textDecorations)
textDecorations 値を設定します。
Parameters:
Returns:
withTextFormat
public SearchOptionalParameter withTextFormat(TextFormat textFormat)
textFormat 値を設定します。
Parameters:
Returns:
withUserAgent
public SearchOptionalParameter withUserAgent(String userAgent)
userAgent 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java