@@ -129,6 +129,8 @@ public function deleteMediaContent(string $sessionId, string $mediaId): void
129
129
}
130
130
131
131
/**
132
+ * Gets a list of supported documents.
133
+ *
132
134
* @param bool $isStrictlyLatin
133
135
* @return SupportedDocumentsResponse
134
136
* @throws Exception\DocScanException
@@ -139,6 +141,9 @@ public function getSupportedDocuments(bool $isStrictlyLatin = false): SupportedD
139
141
}
140
142
141
143
/**
144
+ * Creates a Face Capture resource, that will be linked using
145
+ * the supplied requirement ID
146
+ *
142
147
* @param string $sessionId
143
148
* @param CreateFaceCaptureResourcePayload $createFaceCaptureResourcePayload
144
149
* @return Session\Retrieve\CreateFaceCaptureResourceResponse
@@ -152,6 +157,8 @@ public function createFaceCaptureResource(
152
157
}
153
158
154
159
/**
160
+ * Uploads an image to the specified Face Capture resource
161
+ *
155
162
* @param string $sessionId
156
163
* @param string $resourceId
157
164
* @param UploadFaceCaptureImagePayload $uploadFaceCaptureImagePayload
@@ -178,6 +185,8 @@ public function getSessionConfiguration(string $sessionId): SessionConfiguration
178
185
}
179
186
180
187
/**
188
+ * Sets the IBV instructions for the given session
189
+ *
181
190
* @throws Exception\DocScanException
182
191
*/
183
192
public function putIbvInstructions (string $ sessionId , Instructions $ instructions ): void
0 commit comments