NumberMetadata 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.
A metadata for numeric entity instances.
public class NumberMetadata : Azure.AI.Language.Text.BaseMetadata, System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.NumberMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.NumberMetadata>
type NumberMetadata = class
inherit BaseMetadata
interface IJsonModel<NumberMetadata>
interface IPersistableModel<NumberMetadata>
Public Class NumberMetadata
Inherits BaseMetadata
Implements IJsonModel(Of NumberMetadata), IPersistableModel(Of NumberMetadata)
- Inheritance
- Implements
Properties
NumberKind |
Kind of the number type. |
Value |
A numeric representation of what the extracted text denotes. |
Explicit Interface Implementations
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET