DocumentIntelligenceModelFactory.CustomDocumentModelsDetails 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 CustomDocumentModelsDetails.
public static Azure.AI.DocumentIntelligence.CustomDocumentModelsDetails CustomDocumentModelsDetails (int count = 0, int limit = 0);
static member CustomDocumentModelsDetails : int * int -> Azure.AI.DocumentIntelligence.CustomDocumentModelsDetails
Public Shared Function CustomDocumentModelsDetails (Optional count As Integer = 0, Optional limit As Integer = 0) As CustomDocumentModelsDetails
Parameters
- count
- Int32
Number of custom document models in the current resource.
- limit
- Int32
Maximum number of custom document models supported in the current resource.
Returns
A new CustomDocumentModelsDetails instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET