共用方式為


ImageTypeAttribute 建構函式

定義

多載

ImageTypeAttribute()

建立影像類型,而不知道其高度和寬度。

ImageTypeAttribute(Int32, Int32)

建立具有已知高度和寬度的影像類型。

ImageTypeAttribute()

建立影像類型,而不知道其高度和寬度。

public ImageTypeAttribute ();
Public Sub New ()

適用於

ImageTypeAttribute(Int32, Int32)

建立具有已知高度和寬度的影像類型。

public ImageTypeAttribute (int height, int width);
new Microsoft.ML.Transforms.Image.ImageTypeAttribute : int * int -> Microsoft.ML.Transforms.Image.ImageTypeAttribute
Public Sub New (height As Integer, width As Integer)

參數

height
Int32
width
Int32

適用於