你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Faces.FacesIdentifyDefinitionStages.WithAllOptions 接口
public interface WithAllOptions
允许指定任何其他可选设置的定义阶段。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
FacesIdentifyDefinitionStages.WithExecute |
withConfidenceThreshold(Double confidenceThreshold)
识别的置信度阈值,用于判断一张人脸是否属于一个人。 confidenceThreshold 的范围是 [0, 1] (算法) 指定的默认值。 |
FacesIdentifyDefinitionStages.WithExecute |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 的范围介于 1 和 5 之间, (默认值为 1) 。 |
方法详细信息
withConfidenceThreshold
public FacesIdentifyDefinitionStages.WithExecute withConfidenceThreshold(Double confidenceThreshold)
识别的置信度阈值,用于判断一张人脸是否属于一个人。 confidenceThreshold 的范围是 [0, 1] (算法) 指定的默认值。
Parameters:
confidenceThreshold
Returns:
下一个定义阶段
withMaxNumOfCandidatesReturned
public FacesIdentifyDefinitionStages.WithExecute withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 的范围介于 1 和 5 之间, (默认值为 1) 。
Parameters:
maxNumOfCandidatesReturned
Returns:
下一个定义阶段