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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET