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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET