LargeFaceListOperationsExtensions.ListAsync 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.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargeFaceList>> ListAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations operations, bool? returnRecognitionModel = False, string start = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations * Nullable<bool> * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.LargeFaceList>>
<Extension()>
Public Function ListAsync (operations As ILargeFaceListOperations, Optional returnRecognitionModel As Nullable(Of Boolean) = False, Optional start As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of LargeFaceList))
Parameters
- operations
- ILargeFaceListOperations
- start
- String
- cancellationToken
- CancellationToken