DetailsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. search. imagesearch. models. DetailsOptionalParameter
- com.
public class DetailsOptionalParameter
The DetailsOptionalParameter model.
Method Summary
Method Details
acceptLanguage
public String acceptLanguage()
Get the acceptLanguage value.
Returns:
clientId
public String clientId()
Get the clientId value.
Returns:
clientIp
public String clientIp()
Get the clientIp value.
Returns:
contentType
public String contentType()
Get the contentType value.
Returns:
countryCode
public String countryCode()
Get the countryCode value.
Returns:
cropBottom
public Double cropBottom()
Get the cropBottom value.
Returns:
cropLeft
public Double cropLeft()
Get the cropLeft value.
Returns:
cropRight
public Double cropRight()
Get the cropRight value.
Returns:
cropTop
public Double cropTop()
Get the cropTop value.
Returns:
cropType
public ImageCropType cropType()
Get the cropType value.
Returns:
id
public String id()
Get the id value.
Returns:
imageUrl
public String imageUrl()
Get the imageUrl value.
Returns:
insightsToken
public String insightsToken()
Get the insightsToken value.
Returns:
location
public String location()
Get the location value.
Returns:
market
public String market()
Get the market value.
Returns:
modules
public List
Get the modules value.
Returns:
safeSearch
public SafeSearch safeSearch()
Get the safeSearch value.
Returns:
setLang
public String setLang()
Get the setLang value.
Returns:
userAgent
public String userAgent()
Get the userAgent value.
Returns:
withAcceptLanguage
public DetailsOptionalParameter withAcceptLanguage(String acceptLanguage)
Set the acceptLanguage value.
Parameters:
Returns:
withClientId
public DetailsOptionalParameter withClientId(String clientId)
Set the clientId value.
Parameters:
Returns:
withClientIp
public DetailsOptionalParameter withClientIp(String clientIp)
Set the clientIp value.
Parameters:
Returns:
withContentType
public DetailsOptionalParameter withContentType(String contentType)
Set the contentType value.
Parameters:
Returns:
withCountryCode
public DetailsOptionalParameter withCountryCode(String countryCode)
Set the countryCode value.
Parameters:
Returns:
withCropBottom
public DetailsOptionalParameter withCropBottom(Double cropBottom)
Set the cropBottom value.
Parameters:
Returns:
withCropLeft
public DetailsOptionalParameter withCropLeft(Double cropLeft)
Set the cropLeft value.
Parameters:
Returns:
withCropRight
public DetailsOptionalParameter withCropRight(Double cropRight)
Set the cropRight value.
Parameters:
Returns:
withCropTop
public DetailsOptionalParameter withCropTop(Double cropTop)
Set the cropTop value.
Parameters:
Returns:
withCropType
public DetailsOptionalParameter withCropType(ImageCropType cropType)
Set the cropType value.
Parameters:
Returns:
withId
public DetailsOptionalParameter withId(String id)
Set the id value.
Parameters:
Returns:
withImageUrl
public DetailsOptionalParameter withImageUrl(String imageUrl)
Set the imageUrl value.
Parameters:
Returns:
withInsightsToken
public DetailsOptionalParameter withInsightsToken(String insightsToken)
Set the insightsToken value.
Parameters:
Returns:
withLocation
public DetailsOptionalParameter withLocation(String location)
Set the location value.
Parameters:
Returns:
withMarket
public DetailsOptionalParameter withMarket(String market)
Set the market value.
Parameters:
Returns:
withModules
public DetailsOptionalParameter withModules(List
Set the modules value.
Parameters:
Returns:
withSafeSearch
public DetailsOptionalParameter withSafeSearch(SafeSearch safeSearch)
Set the safeSearch value.
Parameters:
Returns:
withSetLang
public DetailsOptionalParameter withSetLang(String setLang)
Set the setLang value.
Parameters:
Returns:
withUserAgent
public DetailsOptionalParameter withUserAgent(String userAgent)
Set the userAgent value.
Parameters:
Returns:
Applies to
Azure SDK for Java