Struct
FindAllMatchesResult

The result of a finding matches operation.

Definition

Namespace:ArtOfTest.WebAii.ImageProcessing.Structs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public struct FindAllMatchesResult

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Fields

errorCode

The operation error code.

Declaration

cs-api-definition
public int errorCode

Field Value

int

errorMessage

The operation error message.

Declaration

cs-api-definition
public string errorMessage

Field Value

string

matches

An array of found matches.

Declaration

cs-api-definition
public Match[] matches

Field Value

Match[]

In this article
DefinitionFieldserrorCodeerrorMessagematches
Not finding the help you need?
Contact Support