FaceAdministrationClient.GetLargeFaceListClient(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of LargeFaceListClient.
public virtual Azure.AI.Vision.Face.LargeFaceListClient GetLargeFaceListClient (string largeFaceListId);
abstract member GetLargeFaceListClient : string -> Azure.AI.Vision.Face.LargeFaceListClient
override this.GetLargeFaceListClient : string -> Azure.AI.Vision.Face.LargeFaceListClient
Public Overridable Function GetLargeFaceListClient (largeFaceListId As String) As LargeFaceListClient
Parameters
- largeFaceListId
- String
Valid character is letter in lower case or digit or '-' or '_', maximum length is 64.
Returns
Exceptions
largeFaceListId
is null.
largeFaceListId
is an empty string, and was expected to be non-empty.