azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

68 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue"
name: "CurrencyValue"
nameWithType: "CurrencyValue"
summary: "Currency field value."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CurrencyValue**"
constructors:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.CurrencyValue()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.CurrencyValue()"
name: "CurrencyValue()"
nameWithType: "CurrencyValue.CurrencyValue()"
summary: "Constructs a Currency<wbr>Value object."
syntax: "public CurrencyValue()"
desc: "Constructs a CurrencyValue object."
methods:
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getAmount()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getAmount()"
name: "getAmount()"
nameWithType: "CurrencyValue.getAmount()"
summary: "Get the amount property: Currency amount."
syntax: "public double getAmount()"
desc: "Get the amount property: Currency amount."
returns:
description: "the amount value."
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getCode()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getCode()"
name: "getCode()"
nameWithType: "CurrencyValue.getCode()"
summary: "Get the resolved currency code (ISO 4217), if any."
syntax: "public String getCode()"
desc: "Get the resolved currency code (ISO 4217), if any."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getSymbol()"
fullName: "com.azure.ai.formrecognizer.documentanalysis.models.CurrencyValue.getSymbol()"
name: "getSymbol()"
nameWithType: "CurrencyValue.getSymbol()"
summary: "Get the currency<wbr>Symbol property: Currency symbol label, if any."
syntax: "public String getSymbol()"
desc: "Get the currencySymbol property: Currency symbol label, if any."
returns:
description: "the currencySymbol value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Currency field value."
metadata: {}
package: "com.azure.ai.formrecognizer.documentanalysis.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11