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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET