PropertiesExtensions.SetProperty Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SetProperty(Frame, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(FrameFormat, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(FrameSetFormat, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(FrameSetSource, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(FrameSource, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(VisionSource, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(VisionLocalProcessingAdvancedOptions, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(VisionServiceAdvancedOptions, String, String) |
Define o valor de uma propriedade avançada por nome. |
SetProperty(Frame, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- frame
- Frame
Quadro que contém a coleção de propriedades.
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(FrameFormat, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- frameFormat
- FrameFormat
FrameFromat com propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(FrameSetFormat, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- frameSetFormat
- FrameSetFormat
FrameFromat com propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(FrameSetSource, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- frameSetSource
- FrameSetSource
FrameSetSource com propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(FrameSource, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- frameSource
- FrameSource
FrameSource com propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(VisionSource, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- source
- VisionSource
VisionSource com Propriedades.
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(VisionLocalProcessingAdvancedOptions, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
VisionLocalProcessingAdvancedOptions contendo propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
SetProperty(VisionServiceAdvancedOptions, String, String)
Define o valor de uma propriedade avançada por nome.
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)
Parâmetros
- options
- VisionServiceAdvancedOptions
VisionServiceAdvancedOptions contendo propriedades
- name
- String
O nome da propriedade a ser definida.
- value
- String
O valor para o qual definir a propriedade.
Aplica-se a
Azure SDK for .NET