次の方法で共有


VisionPropertiesExtensions.SetProperty メソッド

定義

オーバーロード

SetProperty(Frame, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(VisionServiceAdvancedOptions, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(VisionLocalProcessingAdvancedOptions, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(ImageSourceBuffer, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(ImageFormat, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(VisionSource, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(FrameSourceBuffer, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(FrameFormat, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(Image, String, String)

詳細プロパティの値を名前で設定します。

SetProperty(Frame, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.Frame image, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.Frame * string * string -> unit
<Extension()>
Public Sub SetProperty (image As Frame, name As String, value As String)

パラメーター

image
Frame

プロパティ コレクションを含むフレーム。

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(VisionServiceAdvancedOptions, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.VisionServiceAdvancedOptions options, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.VisionServiceAdvancedOptions * string * string -> unit
<Extension()>
Public Sub SetProperty (options As VisionServiceAdvancedOptions, name As String, value As String)

パラメーター

options
VisionServiceAdvancedOptions

プロパティを含む VisionServiceAdvancedOptions

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(VisionLocalProcessingAdvancedOptions, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions options, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions * string * string -> unit
<Extension()>
Public Sub SetProperty (options As VisionLocalProcessingAdvancedOptions, name As String, value As String)

パラメーター

options
VisionLocalProcessingAdvancedOptions

プロパティを含む VisionLocalProcessingAdvancedOptions

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(ImageSourceBuffer, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.ImageSourceBuffer imageSource, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.ImageSourceBuffer * string * string -> unit
<Extension()>
Public Sub SetProperty (imageSource As ImageSourceBuffer, name As String, value As String)

パラメーター

imageSource
ImageSourceBuffer

プロパティを含む ImageSourceBuffer

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(ImageFormat, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.ImageFormat imageFormat, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.ImageFormat * string * string -> unit
<Extension()>
Public Sub SetProperty (imageFormat As ImageFormat, name As String, value As String)

パラメーター

imageFormat
ImageFormat

ImageFromat とプロパティ

name
String

設定するプロパティの名前。

value
String

見つかった場合に値を含む Out パラメーター

適用対象

SetProperty(VisionSource, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.VisionSource source, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.VisionSource * string * string -> unit
<Extension()>
Public Sub SetProperty (source As VisionSource, name As String, value As String)

パラメーター

source
VisionSource

プロパティを含む VisionSource。

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(FrameSourceBuffer, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.FrameSourceBuffer imageSource, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.FrameSourceBuffer * string * string -> unit
<Extension()>
Public Sub SetProperty (imageSource As FrameSourceBuffer, name As String, value As String)

パラメーター

imageSource
FrameSourceBuffer

プロパティを含む FrameSourceBuffer

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象

SetProperty(FrameFormat, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.FrameFormat imageFormat, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.FrameFormat * string * string -> unit
<Extension()>
Public Sub SetProperty (imageFormat As FrameFormat, name As String, value As String)

パラメーター

imageFormat
FrameFormat

プロパティを含む FrameFromat

name
String

設定するプロパティの名前。

value
String

見つかった場合に値を含む Out パラメーター

適用対象

SetProperty(Image, String, String)

詳細プロパティの値を名前で設定します。

public static void SetProperty (this Azure.AI.Vision.Common.Image image, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.Image * string * string -> unit
<Extension()>
Public Sub SetProperty (image As Image, name As String, value As String)

パラメーター

image
Image

プロパティ コレクションを含む画像。

name
String

設定するプロパティの名前。

value
String

プロパティに設定する値。

適用対象