次の方法で共有


PropertiesExtensions.SetProperty メソッド

定義

オーバーロード

SetProperty(Frame, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(FrameFormat, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(FrameSetFormat, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(FrameSetSource, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(FrameSource, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(VisionSource, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(VisionLocalProcessingAdvancedOptions, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(VisionServiceAdvancedOptions, String, String)

高度なプロパティの値を名前で設定します。

SetProperty(Frame, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

frame
Frame

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

name
String

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

value
String

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

適用対象

SetProperty(FrameFormat, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

frameFormat
FrameFormat

プロパティを含む FrameFromat

name
String

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

value
String

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

適用対象

SetProperty(FrameSetFormat, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

frameSetFormat
FrameSetFormat

プロパティを含む FrameFromat

name
String

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

value
String

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

適用対象

SetProperty(FrameSetSource, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

frameSetSource
FrameSetSource

プロパティを含む FrameSetSource

name
String

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

value
String

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

適用対象

SetProperty(FrameSource, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

frameSource
FrameSource

プロパティを含む FrameSource

name
String

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

value
String

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

適用対象

SetProperty(VisionSource, String, String)

高度なプロパティの値を名前で設定します。

public static void SetProperty(this Azure.AI.Vision.Core.Input.VisionSource source, string name, string value);
static member SetProperty : Azure.AI.Vision.Core.Input.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(VisionLocalProcessingAdvancedOptions, String, String)

高度なプロパティの値を名前で設定します。

public static void SetProperty(this Azure.AI.Vision.Core.Options.VisionLocalProcessingAdvancedOptions options, string name, string value);
static member SetProperty : Azure.AI.Vision.Core.Options.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(VisionServiceAdvancedOptions, String, String)

高度なプロパティの値を名前で設定します。

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

パラメーター

options
VisionServiceAdvancedOptions

プロパティを含む VisionServiceAdvancedOptions

name
String

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

value
String

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

適用対象