VisionPropertiesExtensions.TryGetProperty Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TryGetProperty(VisionServiceAdvancedOptions, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(Frame, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(FrameFormat, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(FrameSourceBuffer, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(Image, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(ImageFormat, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(ImageSourceBuffer, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(VisionLocalProcessingAdvancedOptions, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(VisionSource, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
TryGetProperty(VisionServiceAdvancedOptions, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- options
- VisionServiceAdvancedOptions
VisionServiceAdvancedOptions contenant des propriétés
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(Frame, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- image
- Frame
Classe d’options avancées qui contient les propriétés.
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(FrameFormat, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- imageFormat
- FrameFormat
Classe d’options avancées qui contient les propriétés.
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(FrameSourceBuffer, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- imageSource
- FrameSourceBuffer
FrameSourceBuffer avec des propriétés
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(Image, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- image
- Image
Classe d’options avancées qui contient les propriétés.
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(ImageFormat, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- imageFormat
- ImageFormat
Classe d’options avancées qui contient les propriétés.
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(ImageSourceBuffer, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- imageSource
- ImageSourceBuffer
ImageSourceBuffer avec des propriétés
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(VisionLocalProcessingAdvancedOptions, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
VisionLocalProcessingAdvancedOptions contenant des propriétés
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
TryGetProperty(VisionSource, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- source
- VisionSource
VisionSource avec propriétés.
- name
- String
Nom de la propriété
- value
- String
Paramètre out qui contient la valeur si elle est trouvée
Retours
true si la valeur se trouve dans le conteneur de propriétés, false sinon
S’applique à
Azure SDK for .NET