共用方式為


Image Class

Definition

Represents a Image being passed into or retrieved from the Vision SDK.

public class Image : IDisposable
type Image = class
    interface IDisposable
Public Class Image
Implements IDisposable
Inheritance
Image
Implements

Constructors

Image(Memory<Byte>)

Constructs an image object with existing data.

Properties

Data

Gets available data from the image.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Extension Methods

SetProperty(Image, String, String)

Sets the value of an advanced property by name.

TryGetProperty(Image, String, String)

Gets the value of an advanced property by name.

Applies to