你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ResolveOptionalParameter 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. ResolveOptionalParameter
- com.
public class ResolveOptionalParameter
ResolveOptionalParameter 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
bingSpellCheckSubscriptionKey()
获取 bingSpellCheckSubscriptionKey 值。 |
Boolean |
log()
获取日志值。 |
Boolean |
spellCheck()
获取 spellCheck 值。 |
Boolean |
staging()
获取暂存值。 |
String |
thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。 |
Double |
timezoneOffset()
获取 timezoneOffset 值。 |
Boolean |
verbose()
获取详细值。 |
Resolve |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
设置 bingSpellCheckSubscriptionKey 值。 |
Resolve |
withLog(Boolean log)
设置日志值。 |
Resolve |
withSpellCheck(Boolean spellCheck)
设置 spellCheck 值。 |
Resolve |
withStaging(Boolean staging)
设置暂存值。 |
Resolve |
withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。 |
Resolve |
withTimezoneOffset(Double timezoneOffset)
设置 timezoneOffset 值。 |
Resolve |
withVerbose(Boolean verbose)
设置详细值。 |
方法详细信息
bingSpellCheckSubscriptionKey
public String bingSpellCheckSubscriptionKey()
获取 bingSpellCheckSubscriptionKey 值。
Returns:
log
public Boolean log()
获取日志值。
Returns:
spellCheck
public Boolean spellCheck()
获取 spellCheck 值。
Returns:
staging
public Boolean staging()
获取暂存值。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
获取 thisclientacceptLanguage 值。
Returns:
timezoneOffset
public Double timezoneOffset()
获取 timezoneOffset 值。
Returns:
verbose
public Boolean verbose()
获取详细值。
Returns:
withBingSpellCheckSubscriptionKey
public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
设置 bingSpellCheckSubscriptionKey 值。
Parameters:
Returns:
withLog
public ResolveOptionalParameter withLog(Boolean log)
设置日志值。
Parameters:
Returns:
withSpellCheck
public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)
设置 spellCheck 值。
Parameters:
Returns:
withStaging
public ResolveOptionalParameter withStaging(Boolean staging)
设置暂存值。
Parameters:
Returns:
withThisclientacceptLanguage
public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
设置 thisclientacceptLanguage 值。
Parameters:
Returns:
withTimezoneOffset
public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)
设置 timezoneOffset 值。
Parameters:
Returns:
withVerbose
public ResolveOptionalParameter withVerbose(Boolean verbose)
设置详细值。
Parameters:
Returns: