LearnedComponent Class
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.
This object contains information of the learned component of the detected entity.
public class LearnedComponent : Azure.AI.Language.Text.EntityComponentInformation, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.LearnedComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.LearnedComponent>
type LearnedComponent = class
inherit EntityComponentInformation
interface IJsonModel<LearnedComponent>
interface IPersistableModel<LearnedComponent>
Public Class LearnedComponent
Inherits EntityComponentInformation
Implements IJsonModel(Of LearnedComponent), IPersistableModel(Of LearnedComponent)
- Inheritance
- Implements
Properties
Value |
The learned component of an extracted entity type. |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET