Package version:

Interface AddPersonFaceLogicalResponse

The final response for long-running addPersonFace operation

interface AddPersonFaceLogicalResponse {
    body: AddFaceResultOutput;
    status: "200";
}

Hierarchy

  • unknown
    • AddPersonFaceLogicalResponse

Properties

Properties

status: "200"