DocumentFieldValue.AsCountryRegion メソッド

定義

フィールドの値を ISO 3166-1 alpha-3 国コード Stringとして取得します。

public string AsCountryRegion ();
member this.AsCountryRegion : unit -> string
Public Function AsCountryRegion () As String

戻り値

ISO 3166-1 alpha-3 国コード Stringに変換されたフィールドの値。

例外

が でないCountryRegion場合にAzure.AI.FormRecognizer.DocumentAnalysis.DocumentFieldValue.FieldTypeスローされます。

適用対象