SpellCheckerOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. spellcheck. models. SpellCheckerOptionalParameter
- com.
public class SpellCheckerOptionalParameter
The SpellCheckerOptionalParameter model.
Method Summary
Method Details
acceptLanguage
public String acceptLanguage()
Get the acceptLanguage value.
Returns:
actionType
public ActionType actionType()
Get the actionType value.
Returns:
appName
public String appName()
Get the appName value.
Returns:
clientId
public String clientId()
Get the clientId value.
Returns:
clientIp
public String clientIp()
Get the clientIp value.
Returns:
clientMachineName
public String clientMachineName()
Get the clientMachineName value.
Returns:
countryCode
public String countryCode()
Get the countryCode value.
Returns:
docId
public String docId()
Get the docId value.
Returns:
location
public String location()
Get the location value.
Returns:
market
public String market()
Get the market value.
Returns:
mode
public String mode()
Get the mode value.
Returns:
postContextText
public String postContextText()
Get the postContextText value.
Returns:
pragma
public String pragma()
Get the pragma value.
Returns:
preContextText
public String preContextText()
Get the preContextText value.
Returns:
sessionId
public String sessionId()
Get the sessionId value.
Returns:
setLang
public String setLang()
Get the setLang value.
Returns:
userAgent
public String userAgent()
Get the userAgent value.
Returns:
userId
public String userId()
Get the userId value.
Returns:
withAcceptLanguage
public SpellCheckerOptionalParameter withAcceptLanguage(String acceptLanguage)
Set the acceptLanguage value.
Parameters:
Returns:
withActionType
public SpellCheckerOptionalParameter withActionType(ActionType actionType)
Set the actionType value.
Parameters:
Returns:
withAppName
public SpellCheckerOptionalParameter withAppName(String appName)
Set the appName value.
Parameters:
Returns:
withClientId
public SpellCheckerOptionalParameter withClientId(String clientId)
Set the clientId value.
Parameters:
Returns:
withClientIp
public SpellCheckerOptionalParameter withClientIp(String clientIp)
Set the clientIp value.
Parameters:
Returns:
withClientMachineName
public SpellCheckerOptionalParameter withClientMachineName(String clientMachineName)
Set the clientMachineName value.
Parameters:
Returns:
withCountryCode
public SpellCheckerOptionalParameter withCountryCode(String countryCode)
Set the countryCode value.
Parameters:
Returns:
withDocId
public SpellCheckerOptionalParameter withDocId(String docId)
Set the docId value.
Parameters:
Returns:
withLocation
public SpellCheckerOptionalParameter withLocation(String location)
Set the location value.
Parameters:
Returns:
withMarket
public SpellCheckerOptionalParameter withMarket(String market)
Set the market value.
Parameters:
Returns:
withMode
public SpellCheckerOptionalParameter withMode(String mode)
Set the mode value.
Parameters:
Returns:
withPostContextText
public SpellCheckerOptionalParameter withPostContextText(String postContextText)
Set the postContextText value.
Parameters:
Returns:
withPragma
public SpellCheckerOptionalParameter withPragma(String pragma)
Set the pragma value.
Parameters:
Returns:
withPreContextText
public SpellCheckerOptionalParameter withPreContextText(String preContextText)
Set the preContextText value.
Parameters:
Returns:
withSessionId
public SpellCheckerOptionalParameter withSessionId(String sessionId)
Set the sessionId value.
Parameters:
Returns:
withSetLang
public SpellCheckerOptionalParameter withSetLang(String setLang)
Set the setLang value.
Parameters:
Returns:
withUserAgent
public SpellCheckerOptionalParameter withUserAgent(String userAgent)
Set the userAgent value.
Parameters:
Returns:
withUserId
public SpellCheckerOptionalParameter withUserId(String userId)
Set the userId value.
Parameters:
Returns:
Applies to
Azure SDK for Java