AreaOfInterestResult Constructors
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.
Overloads
AreaOfInterestResult() | |
AreaOfInterestResult(BoundingRect, String, ImageMetadata, String) |
AreaOfInterestResult()
AreaOfInterestResult(BoundingRect, String, ImageMetadata, String)
- Source:
- AreaOfInterestResult.cs
public AreaOfInterestResult (Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect areaOfInterest = default, string requestId = default, Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata metadata = default, string modelVersion = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.AreaOfInterestResult : Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.BoundingRect * string * Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageMetadata * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.AreaOfInterestResult
Public Sub New (Optional areaOfInterest As BoundingRect = Nothing, Optional requestId As String = Nothing, Optional metadata As ImageMetadata = Nothing, Optional modelVersion As String = Nothing)
Parameters
- areaOfInterest
- BoundingRect
- requestId
- String
- metadata
- ImageMetadata
- modelVersion
- String
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