VisionPropertiesExtensions.TryGetProperty メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
TryGetProperty(VisionServiceAdvancedOptions, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(Frame, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(FrameFormat, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(FrameSourceBuffer, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(Image, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(ImageFormat, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(ImageSourceBuffer, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(VisionLocalProcessingAdvancedOptions, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(VisionSource, String, String) |
名前で高度なプロパティの値を取得します。 |
TryGetProperty(VisionServiceAdvancedOptions, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.VisionServiceAdvancedOptions options, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.VisionServiceAdvancedOptions * string * string -> bool
<Extension()>
Public Function TryGetProperty (options As VisionServiceAdvancedOptions, name As String, ByRef value As String) As Boolean
パラメーター
- options
- VisionServiceAdvancedOptions
プロパティを含む VisionServiceAdvancedOptions
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(Frame, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.Frame image, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.Frame * string * string -> bool
<Extension()>
Public Function TryGetProperty (image As Frame, name As String, ByRef value As String) As Boolean
パラメーター
- image
- Frame
プロパティを含む高度なオプション クラス。
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(FrameFormat, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.FrameFormat imageFormat, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.FrameFormat * string * string -> bool
<Extension()>
Public Function TryGetProperty (imageFormat As FrameFormat, name As String, ByRef value As String) As Boolean
パラメーター
- imageFormat
- FrameFormat
プロパティを含む高度なオプション クラス。
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(FrameSourceBuffer, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.FrameSourceBuffer imageSource, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.FrameSourceBuffer * string * string -> bool
<Extension()>
Public Function TryGetProperty (imageSource As FrameSourceBuffer, name As String, ByRef value As String) As Boolean
パラメーター
- imageSource
- FrameSourceBuffer
プロパティを含む FrameSourceBuffer
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(Image, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.Image image, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.Image * string * string -> bool
<Extension()>
Public Function TryGetProperty (image As Image, name As String, ByRef value As String) As Boolean
パラメーター
- image
- Image
プロパティを含む高度なオプション クラス。
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(ImageFormat, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.ImageFormat imageFormat, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.ImageFormat * string * string -> bool
<Extension()>
Public Function TryGetProperty (imageFormat As ImageFormat, name As String, ByRef value As String) As Boolean
パラメーター
- imageFormat
- ImageFormat
プロパティを含む高度なオプション クラス。
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(ImageSourceBuffer, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.ImageSourceBuffer imageSource, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.ImageSourceBuffer * string * string -> bool
<Extension()>
Public Function TryGetProperty (imageSource As ImageSourceBuffer, name As String, ByRef value As String) As Boolean
パラメーター
- imageSource
- ImageSourceBuffer
プロパティを含む ImageSourceBuffer
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(VisionLocalProcessingAdvancedOptions, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions options, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions * string * string -> bool
<Extension()>
Public Function TryGetProperty (options As VisionLocalProcessingAdvancedOptions, name As String, ByRef value As String) As Boolean
パラメーター
プロパティを含む VisionLocalProcessingAdvancedOptions
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
TryGetProperty(VisionSource, String, String)
名前で高度なプロパティの値を取得します。
public static bool TryGetProperty (this Azure.AI.Vision.Common.VisionSource source, string name, out string value);
static member TryGetProperty : Azure.AI.Vision.Common.VisionSource * string * string -> bool
<Extension()>
Public Function TryGetProperty (source As VisionSource, name As String, ByRef value As String) As Boolean
パラメーター
- source
- VisionSource
プロパティを含む VisionSource。
- name
- String
プロパティ名
- value
- String
見つかった場合に値を含む Out パラメーター
戻り値
値がプロパティ バッグ内にある場合は true、それ以外の場合は false
適用対象
Azure SDK for .NET