AIVisionImageAnalysisModelFactory.DetectedPerson Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET