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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET