ImageTag 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
ImageTag() | |
ImageTag(String, Double, String) |
ImageTag()
ImageTag(String, Double, String)
- Source:
- ImageTag.cs
public ImageTag (string name = default, double confidence = 0, string hint = default);
new Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageTag : string * double * string -> Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageTag
Public Sub New (Optional name As String = Nothing, Optional confidence As Double = 0, Optional hint As String = Nothing)
Parameters
- name
- String
- confidence
- Double
- hint
- String