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
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