Partager via


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