PropertiesExtensions.GetProperty 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
GetProperty(Frame, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(FrameFormat, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(FrameSetFormat, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(FrameSetSource, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(FrameSource, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(VisionSource, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(VisionLocalProcessingAdvancedOptions, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(VisionServiceAdvancedOptions, String, String) |
Obtient la valeur d’une propriété avancée par nom. |
GetProperty(Frame, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- frame
- Frame
Frame contenant la collection de propriétés.
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(FrameFormat, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- frameFormat
- FrameFormat
FrameFromat avec propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(FrameSetFormat, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- frameSetFormat
- FrameSetFormat
FrameFromat avec propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(FrameSetSource, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- frameSetSource
- FrameSetSource
FrameSetSource avec des propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(FrameSource, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- frameSource
- FrameSource
FrameSource avec des propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(VisionSource, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- source
- VisionSource
VisionSource avec propriétés.
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(VisionLocalProcessingAdvancedOptions, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
VisionLocalProcessingAdvancedOptions contenant des propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
GetProperty(VisionServiceAdvancedOptions, String, String)
Obtient la valeur d’une propriété avancée par nom.
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
Paramètres
- options
- VisionServiceAdvancedOptions
VisionServiceAdvancedOptions contenant des propriétés
- name
- String
Nom de la propriété
- defaultValue
- String
Valeur par défaut à retourner si la propriété n’est pas définie
Retours
Valeur de la propriété
S’applique à
Azure SDK for .NET