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

AIVisionImageAnalysisModelFactory.DetectedPerson Method

Definition

Initializes a new instance of DetectedPerson.

public static Azure.AI.Vision.ImageAnalysis.DetectedPerson DetectedPerson(Azure.AI.Vision.ImageAnalysis.ImageBoundingBox boundingBox = default, float confidence = 0);
static member DetectedPerson : Azure.AI.Vision.ImageAnalysis.ImageBoundingBox * single -> Azure.AI.Vision.ImageAnalysis.DetectedPerson
Public Shared Function DetectedPerson (Optional boundingBox As ImageBoundingBox = Nothing, Optional confidence As Single = 0) As DetectedPerson

Parameters

boundingBox
ImageBoundingBox

A rectangular boundary where the person was detected.

confidence
Single

A score, in the range of 0 to 1 (inclusive), representing the confidence that this detection was accurate. Higher values indicating higher confidence.

Returns

A new DetectedPerson instance for mocking.

Applies to