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
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