你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Predictions.PredictionsResolveDefinitionStages.WithAllOptions 接口

public interface WithAllOptions

允许指定任何其他可选设置的定义阶段。

方法摘要

修饰符和类型 方法和描述
PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

启用必应拼写检查时使用的订阅密钥。

PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)

日志查询 (默认值为 true) 。

PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)

启用拼写检查。

PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)

使用过渡终结点槽。

PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)

请求位置的时区偏移量。

PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)

如果为 true,则返回所有意向,而不仅仅是评分最高的意向。

方法详细信息

withBingSpellCheckSubscriptionKey

public PredictionsResolveDefinitionStages.WithExecute withBingSpellCheckSubscriptionKey(String bingSpellCheckSubscriptionKey)

启用必应拼写检查时使用的订阅密钥。

Parameters:

bingSpellCheckSubscriptionKey

Returns:

下一个定义阶段

withLog

public PredictionsResolveDefinitionStages.WithExecute withLog(Boolean log)

日志查询 (默认值为 true) 。

Parameters:

log

Returns:

下一个定义阶段

withSpellCheck

public PredictionsResolveDefinitionStages.WithExecute withSpellCheck(Boolean spellCheck)

启用拼写检查。

Parameters:

spellCheck

Returns:

下一个定义阶段

withStaging

public PredictionsResolveDefinitionStages.WithExecute withStaging(Boolean staging)

使用过渡终结点槽。

Parameters:

staging

Returns:

下一个定义阶段

withTimezoneOffset

public PredictionsResolveDefinitionStages.WithExecute withTimezoneOffset(Double timezoneOffset)

请求位置的时区偏移量。

Parameters:

timezoneOffset

Returns:

下一个定义阶段

withVerbose

public PredictionsResolveDefinitionStages.WithExecute withVerbose(Boolean verbose)

如果为 true,则返回所有意向,而不仅仅是评分最高的意向。

Parameters:

verbose

Returns:

下一个定义阶段

适用于