Class DetailsOptionalParameter
- java.lang.Object
-
- com.microsoft.azure.cognitiveservices.search.videosearch.models.DetailsOptionalParameter
-
public class DetailsOptionalParameter extends Object
The DetailsOptionalParameter model.
-
-
Constructor Summary
Constructors Constructor Description DetailsOptionalParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringacceptLanguage()Get the acceptLanguage value.StringclientId()Get the clientId value.StringclientIp()Get the clientIp value.StringcountryCode()Get the countryCode value.Stringid()Get the id value.Stringlocation()Get the location value.Stringmarket()Get the market value.List<VideoInsightModule>modules()Get the modules value.VideoResolutionresolution()Get the resolution value.SafeSearchsafeSearch()Get the safeSearch value.StringsetLang()Get the setLang value.BooleantextDecorations()Get the textDecorations value.TextFormattextFormat()Get the textFormat value.StringuserAgent()Get the userAgent value.DetailsOptionalParameterwithAcceptLanguage(String acceptLanguage)Set the acceptLanguage value.DetailsOptionalParameterwithClientId(String clientId)Set the clientId value.DetailsOptionalParameterwithClientIp(String clientIp)Set the clientIp value.DetailsOptionalParameterwithCountryCode(String countryCode)Set the countryCode value.DetailsOptionalParameterwithId(String id)Set the id value.DetailsOptionalParameterwithLocation(String location)Set the location value.DetailsOptionalParameterwithMarket(String market)Set the market value.DetailsOptionalParameterwithModules(List<VideoInsightModule> modules)Set the modules value.DetailsOptionalParameterwithResolution(VideoResolution resolution)Set the resolution value.DetailsOptionalParameterwithSafeSearch(SafeSearch safeSearch)Set the safeSearch value.DetailsOptionalParameterwithSetLang(String setLang)Set the setLang value.DetailsOptionalParameterwithTextDecorations(Boolean textDecorations)Set the textDecorations value.DetailsOptionalParameterwithTextFormat(TextFormat textFormat)Set the textFormat value.DetailsOptionalParameterwithUserAgent(String userAgent)Set the userAgent value.
-
-
-
Method Detail
-
acceptLanguage
public String acceptLanguage()
Get the acceptLanguage value.- Returns:
- the acceptLanguage value
-
withAcceptLanguage
public DetailsOptionalParameter withAcceptLanguage(String acceptLanguage)
Set the acceptLanguage value.- Parameters:
acceptLanguage- the acceptLanguage value to set- Returns:
- the DetailsOptionalParameter object itself.
-
userAgent
public String userAgent()
Get the userAgent value.- Returns:
- the userAgent value
-
withUserAgent
public DetailsOptionalParameter withUserAgent(String userAgent)
Set the userAgent value.- Parameters:
userAgent- the userAgent value to set- Returns:
- the DetailsOptionalParameter object itself.
-
clientId
public String clientId()
Get the clientId value.- Returns:
- the clientId value
-
withClientId
public DetailsOptionalParameter withClientId(String clientId)
Set the clientId value.- Parameters:
clientId- the clientId value to set- Returns:
- the DetailsOptionalParameter object itself.
-
clientIp
public String clientIp()
Get the clientIp value.- Returns:
- the clientIp value
-
withClientIp
public DetailsOptionalParameter withClientIp(String clientIp)
Set the clientIp value.- Parameters:
clientIp- the clientIp value to set- Returns:
- the DetailsOptionalParameter object itself.
-
location
public String location()
Get the location value.- Returns:
- the location value
-
withLocation
public DetailsOptionalParameter withLocation(String location)
Set the location value.- Parameters:
location- the location value to set- Returns:
- the DetailsOptionalParameter object itself.
-
countryCode
public String countryCode()
Get the countryCode value.- Returns:
- the countryCode value
-
withCountryCode
public DetailsOptionalParameter withCountryCode(String countryCode)
Set the countryCode value.- Parameters:
countryCode- the countryCode value to set- Returns:
- the DetailsOptionalParameter object itself.
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public DetailsOptionalParameter withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the DetailsOptionalParameter object itself.
-
modules
public List<VideoInsightModule> modules()
Get the modules value.- Returns:
- the modules value
-
withModules
public DetailsOptionalParameter withModules(List<VideoInsightModule> modules)
Set the modules value.- Parameters:
modules- the modules value to set- Returns:
- the DetailsOptionalParameter object itself.
-
market
public String market()
Get the market value.- Returns:
- the market value
-
withMarket
public DetailsOptionalParameter withMarket(String market)
Set the market value.- Parameters:
market- the market value to set- Returns:
- the DetailsOptionalParameter object itself.
-
resolution
public VideoResolution resolution()
Get the resolution value.- Returns:
- the resolution value
-
withResolution
public DetailsOptionalParameter withResolution(VideoResolution resolution)
Set the resolution value.- Parameters:
resolution- the resolution value to set- Returns:
- the DetailsOptionalParameter object itself.
-
safeSearch
public SafeSearch safeSearch()
Get the safeSearch value.- Returns:
- the safeSearch value
-
withSafeSearch
public DetailsOptionalParameter withSafeSearch(SafeSearch safeSearch)
Set the safeSearch value.- Parameters:
safeSearch- the safeSearch value to set- Returns:
- the DetailsOptionalParameter object itself.
-
setLang
public String setLang()
Get the setLang value.- Returns:
- the setLang value
-
withSetLang
public DetailsOptionalParameter withSetLang(String setLang)
Set the setLang value.- Parameters:
setLang- the setLang value to set- Returns:
- the DetailsOptionalParameter object itself.
-
textDecorations
public Boolean textDecorations()
Get the textDecorations value.- Returns:
- the textDecorations value
-
withTextDecorations
public DetailsOptionalParameter withTextDecorations(Boolean textDecorations)
Set the textDecorations value.- Parameters:
textDecorations- the textDecorations value to set- Returns:
- the DetailsOptionalParameter object itself.
-
textFormat
public TextFormat textFormat()
Get the textFormat value.- Returns:
- the textFormat value
-
withTextFormat
public DetailsOptionalParameter withTextFormat(TextFormat textFormat)
Set the textFormat value.- Parameters:
textFormat- the textFormat value to set- Returns:
- the DetailsOptionalParameter object itself.
-
-