ResolveOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. runtime. models. ResolveOptionalParameter
- com.
public class ResolveOptionalParameter
Modelo ResolveOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
bingSpellCheckSubscriptionKey()
Obtenga el valor bingSpellCheckSubscriptionKey. |
Boolean |
log()
Obtenga el valor del registro. |
Boolean |
spellCheck()
Obtenga el valor spellCheck. |
Boolean |
staging()
Obtenga el valor de almacenamiento provisional. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Double |
timezoneOffset()
Obtenga el valor timezoneOffset. |
Boolean |
verbose()
Obtenga el valor detallado. |
Resolve |
withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Establezca el valor bingSpellCheckSubscriptionKey. |
Resolve |
withLog(Boolean log)
Establezca el valor del registro. |
Resolve |
withSpellCheck(Boolean spellCheck)
Establezca el valor spellCheck. |
Resolve |
withStaging(Boolean staging)
Establezca el valor de almacenamiento provisional. |
Resolve |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Resolve |
withTimezoneOffset(Double timezoneOffset)
Establezca el valor timezoneOffset. |
Resolve |
withVerbose(Boolean verbose)
Establezca el valor detallado. |
Detalles del método
bingSpellCheckSubscriptionKey
public String bingSpellCheckSubscriptionKey()
Obtenga el valor bingSpellCheckSubscriptionKey.
Returns:
log
public Boolean log()
Obtenga el valor del registro.
Returns:
spellCheck
public Boolean spellCheck()
Obtenga el valor spellCheck.
Returns:
staging
public Boolean staging()
Obtenga el valor de almacenamiento provisional.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
timezoneOffset
public Double timezoneOffset()
Obtenga el valor timezoneOffset.
Returns:
verbose
public Boolean verbose()
Obtenga el valor detallado.
Returns:
withBingSpellCheckSubscriptionKey
public ResolveOptionalParameter withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)
Establezca el valor bingSpellCheckSubscriptionKey.
Parameters:
Returns:
withLog
public ResolveOptionalParameter withLog(Boolean log)
Establezca el valor del registro.
Parameters:
Returns:
withSpellCheck
public ResolveOptionalParameter withSpellCheck(Boolean spellCheck)
Establezca el valor spellCheck.
Parameters:
Returns:
withStaging
public ResolveOptionalParameter withStaging(Boolean staging)
Establezca el valor de almacenamiento provisional.
Parameters:
Returns:
withThisclientacceptLanguage
public ResolveOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
withTimezoneOffset
public ResolveOptionalParameter withTimezoneOffset(Double timezoneOffset)
Establezca el valor timezoneOffset.
Parameters:
Returns:
withVerbose
public ResolveOptionalParameter withVerbose(Boolean verbose)
Establezca el valor detallado.
Parameters:
Returns:
Se aplica a
Azure SDK for Java