Uses of Class
com.azure.ai.documentintelligence.models.DocumentTypeDetails
Packages that use DocumentTypeDetails
Package
Description
Package containing the data models for DocumentIntelligence.
-
Uses of DocumentTypeDetails in com.azure.ai.documentintelligence.models
Methods in com.azure.ai.documentintelligence.models that return DocumentTypeDetailsModifier and TypeMethodDescriptionstatic DocumentTypeDetailsDocumentTypeDetails.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentTypeDetails from the JsonReader.DocumentTypeDetails.setBuildMode(DocumentBuildMode buildMode) Set the buildMode property: Custom document model build mode.DocumentTypeDetails.setConfidenceThreshold(Double confidenceThreshold) Set the confidenceThreshold property: Only perform analysis if docType confidence is above threshold.DocumentTypeDetails.setDescription(String description) Set the description property: Document model description.DocumentTypeDetails.setFeatures(List<DocumentAnalysisFeature> features) Set the features property: List of optional analysis features.DocumentTypeDetails.setFieldConfidence(Map<String, Double> fieldConfidence) Set the fieldConfidence property: Estimated confidence for each field.DocumentTypeDetails.setFieldSchema(Map<String, DocumentFieldSchema> fieldSchema) Set the fieldSchema property: Description of the document semantic schema using a JSON Schema style syntax.DocumentTypeDetails.setMaxDocumentsToAnalyze(Integer maxDocumentsToAnalyze) Set the maxDocumentsToAnalyze property: Maximum number of documents of specified type to analyze.DocumentTypeDetails.setModelId(String modelId) Set the modelId property: Document model to use for analyzing documents with specified type.DocumentTypeDetails.setQueryFields(List<String> queryFields) Set the queryFields property: List of additional fields to extract.Methods in com.azure.ai.documentintelligence.models that return types with arguments of type DocumentTypeDetailsModifier and TypeMethodDescriptionComposeDocumentModelOptions.getDocumentTypes()Get the documentTypes property: Dictionary mapping supported docTypes to the corresponding document models.DocumentModelDetails.getDocumentTypes()Get the documentTypes property: Supported document types.Constructor parameters in com.azure.ai.documentintelligence.models with type arguments of type DocumentTypeDetailsModifierConstructorDescriptionComposeDocumentModelOptions(String modelId, String classifierId, Map<String, DocumentTypeDetails> documentTypes) Creates an instance of ComposeDocumentModelOptions class.