次の方法で共有


PropertiesExtensions.GetProperty メソッド

定義

オーバーロード

GetProperty(Frame, String, String)

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

GetProperty(FrameFormat, String, String)

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

GetProperty(FrameSetFormat, String, String)

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

GetProperty(FrameSetSource, String, String)

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

GetProperty(FrameSource, String, String)

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

GetProperty(VisionSource, String, String)

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

GetProperty(VisionLocalProcessingAdvancedOptions, String, String)

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

GetProperty(VisionServiceAdvancedOptions, String, String)

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

GetProperty(Frame, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.Frame frame, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.Frame * string * string -> string
<Extension()>
Public Function GetProperty (frame As Frame, name As String, Optional defaultValue As String = "") As String

パラメーター

frame
Frame

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

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(FrameFormat, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.FrameFormat frameFormat, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.FrameFormat * string * string -> string
<Extension()>
Public Function GetProperty (frameFormat As FrameFormat, name As String, Optional defaultValue As String = "") As String

パラメーター

frameFormat
FrameFormat

プロパティを含む FrameFromat

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(FrameSetFormat, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.FrameSetFormat frameSetFormat, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.FrameSetFormat * string * string -> string
<Extension()>
Public Function GetProperty (frameSetFormat As FrameSetFormat, name As String, Optional defaultValue As String = "") As String

パラメーター

frameSetFormat
FrameSetFormat

プロパティを含む FrameFromat

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(FrameSetSource, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.FrameSetSource frameSetSource, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.FrameSetSource * string * string -> string
<Extension()>
Public Function GetProperty (frameSetSource As FrameSetSource, name As String, Optional defaultValue As String = "") As String

パラメーター

frameSetSource
FrameSetSource

プロパティを含む FrameSetSource

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(FrameSource, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.FrameSource frameSource, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.FrameSource * string * string -> string
<Extension()>
Public Function GetProperty (frameSource As FrameSource, name As String, Optional defaultValue As String = "") As String

パラメーター

frameSource
FrameSource

プロパティを含む FrameSource

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(VisionSource, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Input.VisionSource source, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Input.VisionSource * string * string -> string
<Extension()>
Public Function GetProperty (source As VisionSource, name As String, Optional defaultValue As String = "") As String

パラメーター

source
VisionSource

プロパティを含む VisionSource。

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(VisionLocalProcessingAdvancedOptions, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Options.VisionLocalProcessingAdvancedOptions options, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Options.VisionLocalProcessingAdvancedOptions * string * string -> string
<Extension()>
Public Function GetProperty (options As VisionLocalProcessingAdvancedOptions, name As String, Optional defaultValue As String = "") As String

パラメーター

options
VisionLocalProcessingAdvancedOptions

プロパティを含む VisionLocalProcessingAdvancedOptions

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象

GetProperty(VisionServiceAdvancedOptions, String, String)

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

public static string GetProperty (this Azure.AI.Vision.Core.Options.VisionServiceAdvancedOptions options, string name, string defaultValue = "");
static member GetProperty : Azure.AI.Vision.Core.Options.VisionServiceAdvancedOptions * string * string -> string
<Extension()>
Public Function GetProperty (options As VisionServiceAdvancedOptions, name As String, Optional defaultValue As String = "") As String

パラメーター

options
VisionServiceAdvancedOptions

プロパティを含む VisionServiceAdvancedOptions

name
String

プロパティ名

defaultValue
String

プロパティが設定されていない場合に返される既定値

戻り値

プロパティの値。

適用対象