次の方法で共有


SearchOptionalParameter クラス

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

public class SearchOptionalParameter

SearchOptionalParameter モデル。

メソッドの概要

修飾子と型 メソッドと説明
String acceptLanguage()

acceptLanguage 値を取得します。

Integer answerCount()

answerCount 値を取得します。

String clientId()

clientId 値を取得します。

String clientIp()

clientIp 値を取得します。

Integer count()

カウント値を取得します。

String countryCode()

countryCode 値を取得します。

Freshness freshness()

鮮度の値を取得します。

String location()

場所の値を取得します。

String market()

市場価値を取得します。

Integer offset()

オフセット値を取得します。

String pragma()

プラグマ値を取得します。

List<AnswerType> promote()

昇格値を取得します。

List<AnswerType> responseFilter()

responseFilter 値を取得します。

SafeSearch safeSearch()

safeSearch 値を取得します。

String setLang()

setLang 値を取得します。

Boolean textDecorations()

textDecorations 値を取得します。

TextFormat textFormat()

textFormat 値を取得します。

String userAgent()

userAgent 値を取得します。

SearchOptionalParameter withAcceptLanguage(String acceptLanguage)

acceptLanguage 値を設定します。

SearchOptionalParameter withAnswerCount(Integer answerCount)

answerCount 値を設定します。

SearchOptionalParameter withClientId(String clientId)

clientId 値を設定します。

SearchOptionalParameter withClientIp(String clientIp)

clientIp 値を設定します。

SearchOptionalParameter withCount(Integer count)

カウント値を設定します。

SearchOptionalParameter withCountryCode(String countryCode)

countryCode 値を設定します。

SearchOptionalParameter withFreshness(Freshness freshness)

鮮度の値を設定します。

SearchOptionalParameter withLocation(String location)

場所の値を設定します。

SearchOptionalParameter withMarket(String market)

市場価値を設定します。

SearchOptionalParameter withOffset(Integer offset)

オフセット値を設定します。

SearchOptionalParameter withPragma(String pragma)

プラグマ値を設定します。

SearchOptionalParameter withPromote(List<AnswerType> promote)

昇格値を設定します。

SearchOptionalParameter withResponseFilter(List<AnswerType> responseFilter)

responseFilter 値を設定します。

SearchOptionalParameter withSafeSearch(SafeSearch safeSearch)

safeSearch 値を設定します。

SearchOptionalParameter withSetLang(String setLang)

setLang 値を設定します。

SearchOptionalParameter withTextDecorations(Boolean textDecorations)

textDecorations 値を設定します。

SearchOptionalParameter withTextFormat(TextFormat textFormat)

textFormat 値を設定します。

SearchOptionalParameter withUserAgent(String userAgent)

userAgent 値を設定します。

メソッドの詳細

acceptLanguage

public String acceptLanguage()

acceptLanguage 値を取得します。

Returns:

acceptLanguage 値

answerCount

public Integer answerCount()

answerCount 値を取得します。

Returns:

answerCount 値

clientId

public String clientId()

clientId 値を取得します。

Returns:

clientId 値

clientIp

public String clientIp()

clientIp 値を取得します。

Returns:

clientIp 値

count

public Integer count()

カウント値を取得します。

Returns:

カウント値

countryCode

public String countryCode()

countryCode 値を取得します。

Returns:

countryCode 値

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 promote()

昇格値を取得します。

Returns:

昇格値

responseFilter

public List responseFilter()

responseFilter 値を取得します。

Returns:

responseFilter 値

safeSearch

public SafeSearch safeSearch()

safeSearch 値を取得します。

Returns:

safeSearch 値

setLang

public String setLang()

setLang 値を取得します。

Returns:

setLang 値

textDecorations

public Boolean textDecorations()

textDecorations 値を取得します。

Returns:

textDecorations 値

textFormat

public TextFormat textFormat()

textFormat 値を取得します。

Returns:

textFormat 値

userAgent

public String userAgent()

userAgent 値を取得します。

Returns:

userAgent 値

withAcceptLanguage

public SearchOptionalParameter withAcceptLanguage(String acceptLanguage)

acceptLanguage 値を設定します。

Parameters:

acceptLanguage - 設定する acceptLanguage 値

Returns:

SearchOptionalParameter オブジェクト自体。

withAnswerCount

public SearchOptionalParameter withAnswerCount(Integer answerCount)

answerCount 値を設定します。

Parameters:

answerCount - 設定する answerCount 値

Returns:

SearchOptionalParameter オブジェクト自体。

withClientId

public SearchOptionalParameter withClientId(String clientId)

clientId 値を設定します。

Parameters:

clientId - 設定する clientId 値

Returns:

SearchOptionalParameter オブジェクト自体。

withClientIp

public SearchOptionalParameter withClientIp(String clientIp)

clientIp 値を設定します。

Parameters:

clientIp - 設定する clientIp 値

Returns:

SearchOptionalParameter オブジェクト自体。

withCount

public SearchOptionalParameter withCount(Integer count)

カウント値を設定します。

Parameters:

count - 設定するカウント値

Returns:

SearchOptionalParameter オブジェクト自体。

withCountryCode

public SearchOptionalParameter withCountryCode(String countryCode)

countryCode 値を設定します。

Parameters:

countryCode - 設定する countryCode 値

Returns:

SearchOptionalParameter オブジェクト自体。

withFreshness

public SearchOptionalParameter withFreshness(Freshness freshness)

鮮度の値を設定します。

Parameters:

freshness - 設定する鮮度値

Returns:

SearchOptionalParameter オブジェクト自体。

withLocation

public SearchOptionalParameter withLocation(String location)

場所の値を設定します。

Parameters:

location - 設定する場所の値

Returns:

SearchOptionalParameter オブジェクト自体。

withMarket

public SearchOptionalParameter withMarket(String market)

市場価値を設定します。

Parameters:

market - 設定する市場価値

Returns:

SearchOptionalParameter オブジェクト自体。

withOffset

public SearchOptionalParameter withOffset(Integer offset)

オフセット値を設定します。

Parameters:

offset - 設定するオフセット値

Returns:

SearchOptionalParameter オブジェクト自体。

withPragma

public SearchOptionalParameter withPragma(String pragma)

プラグマ値を設定します。

Parameters:

pragma - 設定するプラグマ値

Returns:

SearchOptionalParameter オブジェクト自体。

withPromote

public SearchOptionalParameter withPromote(List promote)

昇格値を設定します。

Parameters:

promote - 設定する昇格値

Returns:

SearchOptionalParameter オブジェクト自体。

withResponseFilter

public SearchOptionalParameter withResponseFilter(List responseFilter)

responseFilter 値を設定します。

Parameters:

responseFilter - 設定する responseFilter 値

Returns:

SearchOptionalParameter オブジェクト自体。

withSafeSearch

public SearchOptionalParameter withSafeSearch(SafeSearch safeSearch)

safeSearch 値を設定します。

Parameters:

safeSearch - 設定する safeSearch 値

Returns:

SearchOptionalParameter オブジェクト自体。

withSetLang

public SearchOptionalParameter withSetLang(String setLang)

setLang 値を設定します。

Parameters:

setLang - 設定する setLang 値

Returns:

SearchOptionalParameter オブジェクト自体。

withTextDecorations

public SearchOptionalParameter withTextDecorations(Boolean textDecorations)

textDecorations 値を設定します。

Parameters:

textDecorations - 設定する textDecorations 値

Returns:

SearchOptionalParameter オブジェクト自体。

withTextFormat

public SearchOptionalParameter withTextFormat(TextFormat textFormat)

textFormat 値を設定します。

Parameters:

textFormat - 設定する textFormat 値

Returns:

SearchOptionalParameter オブジェクト自体。

withUserAgent

public SearchOptionalParameter withUserAgent(String userAgent)

userAgent 値を設定します。

Parameters:

userAgent - 設定する userAgent 値

Returns:

SearchOptionalParameter オブジェクト自体。

適用対象