DetailsOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.search.videosearch.models.DetailsOptionalParameter

public class DetailsOptionalParameter

The DetailsOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String acceptLanguage()

Get the acceptLanguage value.

String clientId()

Get the clientId value.

String clientIp()

Get the clientIp value.

String countryCode()

Get the countryCode value.

String id()

Get the id value.

String location()

Get the location value.

String market()

Get the market value.

List<VideoInsightModule> modules()

Get the modules value.

VideoResolution resolution()

Get the resolution value.

SafeSearch safeSearch()

Get the safeSearch value.

String setLang()

Get the setLang value.

Boolean textDecorations()

Get the textDecorations value.

TextFormat textFormat()

Get the textFormat value.

String userAgent()

Get the userAgent value.

DetailsOptionalParameter withAcceptLanguage(String acceptLanguage)

Set the acceptLanguage value.

DetailsOptionalParameter withClientId(String clientId)

Set the clientId value.

DetailsOptionalParameter withClientIp(String clientIp)

Set the clientIp value.

DetailsOptionalParameter withCountryCode(String countryCode)

Set the countryCode value.

DetailsOptionalParameter withId(String id)

Set the id value.

DetailsOptionalParameter withLocation(String location)

Set the location value.

DetailsOptionalParameter withMarket(String market)

Set the market value.

DetailsOptionalParameter withModules(List<VideoInsightModule> modules)

Set the modules value.

DetailsOptionalParameter withResolution(VideoResolution resolution)

Set the resolution value.

DetailsOptionalParameter withSafeSearch(SafeSearch safeSearch)

Set the safeSearch value.

DetailsOptionalParameter withSetLang(String setLang)

Set the setLang value.

DetailsOptionalParameter withTextDecorations(Boolean textDecorations)

Set the textDecorations value.

DetailsOptionalParameter withTextFormat(TextFormat textFormat)

Set the textFormat value.

DetailsOptionalParameter withUserAgent(String userAgent)

Set the userAgent value.

Method Details

acceptLanguage

public String acceptLanguage()

Get the acceptLanguage value.

Returns:

the acceptLanguage value

clientId

public String clientId()

Get the clientId value.

Returns:

the clientId value

clientIp

public String clientIp()

Get the clientIp value.

Returns:

the clientIp value

countryCode

public String countryCode()

Get the countryCode value.

Returns:

the countryCode value

id

public String id()

Get the id value.

Returns:

the id value

location

public String location()

Get the location value.

Returns:

the location value

market

public String market()

Get the market value.

Returns:

the market value

modules

public List modules()

Get the modules value.

Returns:

the modules value

resolution

public VideoResolution resolution()

Get the resolution value.

Returns:

the resolution value

safeSearch

public SafeSearch safeSearch()

Get the safeSearch value.

Returns:

the safeSearch value

setLang

public String setLang()

Get the setLang value.

Returns:

the setLang value

textDecorations

public Boolean textDecorations()

Get the textDecorations value.

Returns:

the textDecorations value

textFormat

public TextFormat textFormat()

Get the textFormat value.

Returns:

the textFormat value

userAgent

public String userAgent()

Get the userAgent value.

Returns:

the userAgent value

withAcceptLanguage

public DetailsOptionalParameter withAcceptLanguage(String acceptLanguage)

Set the acceptLanguage value.

Parameters:

acceptLanguage - the acceptLanguage value to set

Returns:

the DetailsOptionalParameter object itself.

withClientId

public DetailsOptionalParameter withClientId(String clientId)

Set the clientId value.

Parameters:

clientId - the clientId value to set

Returns:

the DetailsOptionalParameter object itself.

withClientIp

public DetailsOptionalParameter withClientIp(String clientIp)

Set the clientIp value.

Parameters:

clientIp - the clientIp value to set

Returns:

the DetailsOptionalParameter object itself.

withCountryCode

public DetailsOptionalParameter withCountryCode(String countryCode)

Set the countryCode value.

Parameters:

countryCode - the countryCode value to set

Returns:

the DetailsOptionalParameter object itself.

withId

public DetailsOptionalParameter withId(String id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the DetailsOptionalParameter object itself.

withLocation

public DetailsOptionalParameter withLocation(String location)

Set the location value.

Parameters:

location - the location value to set

Returns:

the DetailsOptionalParameter object itself.

withMarket

public DetailsOptionalParameter withMarket(String market)

Set the market value.

Parameters:

market - the market value to set

Returns:

the DetailsOptionalParameter object itself.

withModules

public DetailsOptionalParameter withModules(List modules)

Set the modules value.

Parameters:

modules - the modules value to set

Returns:

the DetailsOptionalParameter object itself.

withResolution

public DetailsOptionalParameter withResolution(VideoResolution resolution)

Set the resolution value.

Parameters:

resolution - the resolution value to set

Returns:

the DetailsOptionalParameter object itself.

withSafeSearch

public DetailsOptionalParameter withSafeSearch(SafeSearch safeSearch)

Set the safeSearch value.

Parameters:

safeSearch - the safeSearch value to set

Returns:

the DetailsOptionalParameter object itself.

withSetLang

public DetailsOptionalParameter withSetLang(String setLang)

Set the setLang value.

Parameters:

setLang - the setLang value to set

Returns:

the DetailsOptionalParameter object itself.

withTextDecorations

public DetailsOptionalParameter withTextDecorations(Boolean textDecorations)

Set the textDecorations value.

Parameters:

textDecorations - the textDecorations value to set

Returns:

the DetailsOptionalParameter object itself.

withTextFormat

public DetailsOptionalParameter withTextFormat(TextFormat textFormat)

Set the textFormat value.

Parameters:

textFormat - the textFormat value to set

Returns:

the DetailsOptionalParameter object itself.

withUserAgent

public DetailsOptionalParameter withUserAgent(String userAgent)

Set the userAgent value.

Parameters:

userAgent - the userAgent value to set

Returns:

the DetailsOptionalParameter object itself.

Applies to