PropertiesExtensions.SetProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetProperty(Frame, String, String) |
Sets the value of an advanced property by name. |
SetProperty(FrameFormat, String, String) |
Sets the value of an advanced property by name. |
SetProperty(FrameSetFormat, String, String) |
Sets the value of an advanced property by name. |
SetProperty(FrameSetSource, String, String) |
Sets the value of an advanced property by name. |
SetProperty(FrameSource, String, String) |
Sets the value of an advanced property by name. |
SetProperty(VisionSource, String, String) |
Sets the value of an advanced property by name. |
SetProperty(VisionLocalProcessingAdvancedOptions, String, String) |
Sets the value of an advanced property by name. |
SetProperty(VisionServiceAdvancedOptions, String, String) |
Sets the value of an advanced property by name. |
SetProperty(Frame, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- frame
- Frame
Frame containing properties collection.
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(FrameFormat, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- frameFormat
- FrameFormat
FrameFromat with properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(FrameSetFormat, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- frameSetFormat
- FrameSetFormat
FrameFromat with properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(FrameSetSource, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- frameSetSource
- FrameSetSource
FrameSetSource with properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(FrameSource, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- frameSource
- FrameSource
FrameSource with properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(VisionSource, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- source
- VisionSource
VisionSource with Properties.
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(VisionLocalProcessingAdvancedOptions, String, String)
Sets the value of an advanced property by name.
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)
Parameters
VisionLocalProcessingAdvancedOptions containing properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
SetProperty(VisionServiceAdvancedOptions, String, String)
Sets the value of an advanced property by name.
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)
Parameters
- options
- VisionServiceAdvancedOptions
VisionServiceAdvancedOptions containing properties
- name
- String
The name of the property to set.
- value
- String
The value to set the property to.
Applies to
Azure SDK for .NET