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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET