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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET