Azure.AI.Language.Text.Authoring Namespace
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.
Classes
CustomEntityRecognitionDocumentEvalResult |
Represents the document evaluation result for a custom entity recognition project. |
CustomEntityRecognitionEvalSummary |
Represents the evaluation summary for a custom entity recognition project. |
CustomHealthcareDocumentEvalResult |
Represents the document evaluation result for a custom entity recognition project. |
CustomHealthcareEvalSummary |
Represents the evaluation summary for a custom health care project. |
CustomMultiLabelClassificationDocumentEvalResult |
Represents the document evaluation result for a custom multi-label classification project. |
CustomMultiLabelClassificationEvalSummary |
Represents the evaluation summary for a custom multi-label classification project. |
CustomSingleLabelClassificationDocumentEvalResult |
Represents the document evaluation result for a custom single-label classification project. |
CustomSingleLabelClassificationEvalSummary |
Represents the evaluation summary for a custom single-label classification project. |
CustomTextSentimentDocumentEvalResult |
Represents the document evaluation result for a custom sentiment project. |
CustomTextSentimentEvalSummary |
Represents the evaluation summary for a custom text sentiment project. |
CustomTextSentimentProjectAssets |
Represents the exported assets for a custom text sentiment project. |
DataGenerationConnectionInfo |
Represents the connection info for the Azure resource to use during data generation as part of training a custom model. |
DataGenerationSetting |
Represents the settings for using data generation as part of training a custom model. |
DocumentEntityLabelEvalResult |
Represents an evaluation result entity label. |
DocumentEntityRecognitionEvalResult |
Represents the entity recognition evaluation result for a document. |
DocumentEntityRegionEvalResult |
Represents the evaluation comparison between the expected and predicted entities of a document region. |
DocumentHealthcareEvalResult |
Represents the healthcare evaluation result for a document. |
DocumentMultiLabelClassificationEvalResult |
Represents the comparison between the expected and predicted classes that are result from the evaluation operation. |
DocumentSentimentLabelEvalResult |
Represents an evaluation result Sentiment label. |
DocumentSingleLabelClassificationEvalResult |
Represents the comparison between the expected and predicted class that result from an evaluation operation. |
DocumentTextSentimentEvalResult |
Represents the comparison between the expected and predicted sentiment that result from an evaluation operation. |
EntityRecognitionEvalSummary |
Represents the evaluation summary for a custom entity recognition project. |
ExportedCustomAbstractiveSummarizationDocument |
Represents an exported document for a custom abstractive summarization project. |
ExportedCustomAbstractiveSummarizationProjectAsset |
Represents the exported assets for an abstractive summarization project. |
ExportedCustomEntityRecognitionDocument |
Represents an exported document for a custom entity recognition project. |
ExportedCustomEntityRecognitionProjectAsset |
Represents the exported assets for a entity recognition project. |
ExportedCustomHealthcareDocument |
Represents an exported document for a CustomHealthcare project. |
ExportedCustomHealthcareProjectAsset |
Represents the exported assets for a CustomHealthcare project. |
ExportedCustomMultiLabelClassificationDocument |
Represents an exported document of a custom multi-label classification project. |
ExportedCustomMultiLabelClassificationProjectAsset |
Represents the exported assets for a custom multi-label classification project. |
ExportedCustomSingleLabelClassificationDocument |
Represents an exported document for a custom single-label classification project. |
ExportedCustomSingleLabelClassificationProjectAsset |
Represents the exported assets for a single-label classification project. |
ExportedCustomTextSentimentDocument |
Represents an exported document for a custom text sentiment project. |
ExportedDocumentClass |
Represents a classification label for a document. |
ExportedDocumentEntityLabel |
Represents an entity label for a document. |
ExportedDocumentEntityRegion |
Represents a region in a document for entity labeling. |
ExportedDocumentSentimentLabel |
Represents an entity label for a document. |
ExportedModelManifest |
Represents the properties for the exported model manifest. |
MultiLabelClassEvalSummary |
Represents the evaluation summary of a class in a multi-label classification project. |
MultiLabelClassificationEvalSummary |
Represents the evaluation summary for a multi-label classification project. |
SentimentEvalSummary |
Represents the evaluation summary for a sentiment in a custom sentiment project. |
SingleLabelClassEvalSummary |
Represents the evaluation summary for a class in a single-label classification project. |
SingleLabelClassificationEvalSummary |
Represents the evaluation summary for a custom single-label classification project. |
SpanSentimentEvalSummary |
Represents the evaluation summary for a custom sentiment project. |
TextAnalysisAuthoringClient |
The language service API is a suite of natural language processing (NLP) skills built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction, language detection and question answering. Further documentation can be found in <a href="https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/overview">https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/overview</a>. |
TextAnalysisAuthoringClientOptions |
Client options for TextAnalysisAuthoringClient. |
TextAnalysisAuthoringModelFactory |
Model factory for models. |
TextAuthoringAssignDeploymentResourcesDetails |
Represents the options for assigning Azure resources to a project. |
TextAuthoringAssignDeploymentResourcesState |
Represents the state of a assign deployment resources job. |
TextAuthoringAssignedDeploymentResource |
Represents the assigned deployment resource. |
TextAuthoringAssignedProjectDeploymentMetadata |
Represents the metadata for an assigned deployment. |
TextAuthoringAssignedProjectDeploymentsMetadata |
Represents the metadata for assigned deployments for a project. |
TextAuthoringConfusionMatrixCell |
Represents a cell in a confusion matrix. |
TextAuthoringConfusionMatrixRow |
The TextAuthoringConfusionMatrixRow. |
TextAuthoringCopyProjectDetails |
Represents the options for copying an existing project to another Azure resource. |
TextAuthoringCopyProjectState |
Represents the state of a copy job. |
TextAuthoringCreateDeploymentDetails |
Represents the options for creating or updating a project deployment. |
TextAuthoringCreateProjectDetails |
Represents the options used to create or update a project. |
TextAuthoringDeleteDeploymentDetails |
Represents the options for deleting a project deployment. |
TextAuthoringDeployment |
The TextAuthoringDeployment sub-client. |
TextAuthoringDeploymentDeleteFromResourcesState |
Represents the state of an existing delete deployment from specific resources job. |
TextAuthoringDeploymentResource |
Represents an Azure resource assigned to a deployment. |
TextAuthoringDeploymentState |
Represents the state of a deployment job. |
TextAuthoringDocumentEvalResult |
Represents the evaluation result of a document. Please note TextAuthoringDocumentEvalResult is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CustomEntityRecognitionDocumentEvalResult, CustomHealthcareDocumentEvalResult, CustomMultiLabelClassificationDocumentEvalResult, CustomSingleLabelClassificationDocumentEvalResult and CustomTextSentimentDocumentEvalResult. |
TextAuthoringEntityEvalSummary |
Represents the evaluation summary for an entity. |
TextAuthoringEvalSummary |
Represents the summary for an evaluation operation. Please note TextAuthoringEvalSummary is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include CustomEntityRecognitionEvalSummary, CustomHealthcareEvalSummary, CustomMultiLabelClassificationEvalSummary, CustomSingleLabelClassificationEvalSummary and CustomTextSentimentEvalSummary. |
TextAuthoringEvaluationDetails |
Represents the options used running the evaluation. |
TextAuthoringEvaluationJobResult |
The TextAuthoringEvaluationJobResult. |
TextAuthoringEvaluationState |
Represents the state of a evaluation job. |
TextAuthoringExportedClass |
Represents a class of an exported project. |
TextAuthoringExportedCompositeEntity |
Represents an entity in an exported project with composite entities enabled. |
TextAuthoringExportedEntity |
Represents an entity in an exported project. |
TextAuthoringExportedEntityList |
Represents a list component of an entity. |
TextAuthoringExportedEntityListSynonym |
Represents a list of synonyms inside a list component. |
TextAuthoringExportedEntitySublist |
Represents a sub-list inside a list component. |
TextAuthoringExportedModel |
The TextAuthoringExportedModel sub-client. |
TextAuthoringExportedModelDetails |
Represents the options for creating or replacing an exported model. |
TextAuthoringExportedModelState |
Represents the state of a job to create or updated an exported model. |
TextAuthoringExportedPrebuiltEntity |
Represents an exported prebuilt entity component. |
TextAuthoringExportedProject |
Represents an exported project. |
TextAuthoringExportedProjectAsset |
Represents the assets of an exported project. Please note TextAuthoringExportedProjectAsset is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ExportedCustomAbstractiveSummarizationProjectAsset, ExportedCustomEntityRecognitionProjectAsset, ExportedCustomHealthcareProjectAsset, ExportedCustomMultiLabelClassificationProjectAsset, ExportedCustomSingleLabelClassificationProjectAsset and CustomTextSentimentProjectAssets. |
TextAuthoringExportedTrainedModel |
Represents an exported trained model. |
TextAuthoringExportProjectState |
Represents the state of an export job. |
TextAuthoringImportProjectState |
Represents the state of an import job. |
TextAuthoringLoadSnapshotState |
Represents the state of loading a snapshot job. |
TextAuthoringModelFile |
Represents the properties for the model file. |
TextAuthoringPrebuiltEntity |
Represents a supported prebuilt entity. |
TextAuthoringProject |
The TextAuthoringProject sub-client. |
TextAuthoringProjectDeletionState |
Represents the state of a project deletion job. |
TextAuthoringProjectDeployment |
Represents a project deployment. |
TextAuthoringProjectMetadata |
Represents the metadata of a project. |
TextAuthoringProjectSettings |
Represents the settings used to define the project behavior. |
TextAuthoringProjectTrainedModel |
Represents a trained model. |
TextAuthoringResourceMetadata |
Represents metadata for the Azure resource.. |
TextAuthoringSubTrainingState |
Represents the detailed state of a training sub-operation. |
TextAuthoringSupportedLanguage |
Represents a supported language. |
TextAuthoringSwapDeploymentsDetails |
Represents the options for swapping two deployments together. |
TextAuthoringSwapDeploymentsState |
Represents the state of a deployment job. |
TextAuthoringTrainedModel |
The TextAuthoringTrainedModel sub-client. |
TextAuthoringTrainingConfigVersion |
Represents a training config version. |
TextAuthoringTrainingJobDetails |
Represents the options for starting a new training job. |
TextAuthoringTrainingJobResult |
Represents the output of a training job. |
TextAuthoringTrainingState |
Represents the state of a training job. |
TextAuthoringUnassignDeploymentResourcesDetails |
Represents the options to unassign Azure resources from a project. |
TextAuthoringUnassignDeploymentResourcesState |
Represents the state of a unassign deployment resources job. |
TextSentimentEvalSummary |
Represents the evaluation summary for a custom text sentiment project. |
Structs
DataGenerationConnectionInfoKind |
The DataGenerationConnectionInfo_kind. |
StringIndexType |
The StringIndexType. |
TextAuthoringCompositionMode |
The TextAuthoringCompositionMode. |
TextAuthoringEvaluationKind |
The TextAuthoringEvaluationKind. |
TextAuthoringOperationStatus |
The TextAuthoringOperationStatus. |
TextAuthoringProjectKind |
The TextAuthoringProjectKind. |
TextAuthoringSentiment |
The TextAuthoringSentiment. |
Enums
TextAnalysisAuthoringClientOptions.ServiceVersion |
The version of the service to use. |