Table of Contents

Class ImageExt

Namespace
TCSystem.MetaData
Assembly
TCSystem.MetaData.dll

Provides identifier-related operations for immutable metadata models.

public static class ImageExt
Inheritance
ImageExt
Inherited Members

Methods

GetFace(IEnumerable<PersonTag>, long)

Finds a face by identifier in a sequence of person tags.

public static Face GetFace(this IEnumerable<PersonTag> personTags, long faceId)

Parameters

personTags IEnumerable<PersonTag>
faceId long

Returns

Face

The matching face, or null when no match exists or the identifier is invalid.

InvalidateId(Face)

Returns a face whose identifier is invalidated.

public static Face InvalidateId(this Face face)

Parameters

face Face

Returns

Face

InvalidateId(Image)

Returns an image whose file, person, and face identifiers are invalidated.

public static Image InvalidateId(this Image image)

Parameters

image Image

Returns

Image

InvalidateId(Person)

Returns a person whose identifier is invalidated.

public static Person InvalidateId(this Person person)

Parameters

person Person

Returns

Person

InvalidateId(PersonTag)

Returns a person tag whose person and face identifiers are invalidated.

public static PersonTag InvalidateId(this PersonTag personTag)

Parameters

personTag PersonTag

Returns

PersonTag