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() |
Initializes a new instance of the ImageTag class. |
ImageTag(Guid, String, DateTime) |
Initializes a new instance of the ImageTag class. |
ImageTag()
- Source:
- ImageTag.cs
- Source:
- ImageTag.cs
Initializes a new instance of the ImageTag class.
public ImageTag ();
Public Sub New ()
Applies to
ImageTag(Guid, String, DateTime)
- Source:
- ImageTag.cs
- Source:
- ImageTag.cs
Initializes a new instance of the ImageTag class.
public ImageTag (Guid tagId = default, string tagName = default, DateTime created = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTag : Guid * string * DateTime -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageTag
Public Sub New (Optional tagId As Guid = Nothing, Optional tagName As String = Nothing, Optional created As DateTime = Nothing)
Parameters
- tagId
- Guid
- tagName
- String
- created
- DateTime
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET