VisionPropertiesExtensions.SetProperty Method

Definition

Overloads

SetProperty(Frame, 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(VisionLocalProcessingAdvancedOptions, String, String)

Sets the value of an advanced property by name.

SetProperty(ImageSourceBuffer, String, String)

Sets the value of an advanced property by name.

SetProperty(ImageFormat, 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(FrameSourceBuffer, 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(Image, 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.Common.Frame image, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.Frame * string * string -> unit
<Extension()>
Public Sub SetProperty (image As Frame, name As String, value As String)

Parameters

image
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(VisionServiceAdvancedOptions, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.VisionServiceAdvancedOptions options, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.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

SetProperty(VisionLocalProcessingAdvancedOptions, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions options, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.VisionLocalProcessingAdvancedOptions * string * string -> unit
<Extension()>
Public Sub SetProperty (options As VisionLocalProcessingAdvancedOptions, name As String, value As String)

Parameters

options
VisionLocalProcessingAdvancedOptions

VisionLocalProcessingAdvancedOptions containing properties

name
String

The name of the property to set.

value
String

The value to set the property to.

Applies to

SetProperty(ImageSourceBuffer, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.ImageSourceBuffer imageSource, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.ImageSourceBuffer * string * string -> unit
<Extension()>
Public Sub SetProperty (imageSource As ImageSourceBuffer, name As String, value As String)

Parameters

imageSource
ImageSourceBuffer

ImageSourceBuffer with properties

name
String

The name of the property to set.

value
String

The value to set the property to.

Applies to

SetProperty(ImageFormat, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.ImageFormat imageFormat, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.ImageFormat * string * string -> unit
<Extension()>
Public Sub SetProperty (imageFormat As ImageFormat, name As String, value As String)

Parameters

imageFormat
ImageFormat

ImageFromat with properties

name
String

The name of the property to set.

value
String

Out parameter that contains the value if found

Applies to

SetProperty(VisionSource, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.VisionSource source, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.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(FrameSourceBuffer, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.FrameSourceBuffer imageSource, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.FrameSourceBuffer * string * string -> unit
<Extension()>
Public Sub SetProperty (imageSource As FrameSourceBuffer, name As String, value As String)

Parameters

imageSource
FrameSourceBuffer

FrameSourceBuffer with properties

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.Common.FrameFormat imageFormat, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.FrameFormat * string * string -> unit
<Extension()>
Public Sub SetProperty (imageFormat As FrameFormat, name As String, value As String)

Parameters

imageFormat
FrameFormat

FrameFromat with properties

name
String

The name of the property to set.

value
String

Out parameter that contains the value if found

Applies to

SetProperty(Image, String, String)

Sets the value of an advanced property by name.

public static void SetProperty (this Azure.AI.Vision.Common.Image image, string name, string value);
static member SetProperty : Azure.AI.Vision.Common.Image * string * string -> unit
<Extension()>
Public Sub SetProperty (image As Image, name As String, value As String)

Parameters

image
Image

Image containing properties collection.

name
String

The name of the property to set.

value
String

The value to set the property to.

Applies to