Skip to main content

session_images

Creates, updates, deletes, gets or lists a session_images resource.

Overview

Namesession_images
TypeResource
Idazure.ai_vision_face.session_images

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_session_imageexecsession_image_id, endpoint, api_versionPlease refer to https://learn.microsoft.com/rest/api/face/liveness-session-operations/get-session-image for more details.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
api_versionstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client apiVersion parameter. (default: )
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
session_image_idstringThe request ID of the image to be retrieved. Required.

Lifecycle Methods

Please refer to https://learn.microsoft.com/rest/api/face/liveness-session-operations/get-session-image for more details.

EXEC azure.ai_vision_face.session_images.get_session_image 
@session_image_id='{{ session_image_id }}' --required,
@endpoint='{{ endpoint }}' --required,
@api_version='{{ api_version }}' --required
;