[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-07 (世界標準時間)。"],[[["This page provides instructions for getting started with the Address Validation API client libraries, focusing on C# implementation."],["You'll learn how to install the necessary C# client library using the `Install-Package` command."],["The guide details the authentication process using Application Default Credentials (ADC) and provides links for further setup information."],["It includes a C# code snippet demonstrating how to use the client library to validate an address."],["Links to additional resources like source code, issue tracker, and Stack Overflow are provided for further assistance."]]],["To start using the Address Validation API client library in C#, install the `Google.Maps.AddressValidation.V1` package. Authenticate via Application Default Credentials (ADC). Utilize the `AddressValidationClient` to validate an address, creating a `ValidateAddressRequest` with properties like `PostalAddress`, `PreviousResponseId`, `EnableUspsCass`, and `SessionToken`. Send the request to the client and obtain a `ValidateAddressResponse`. Refer to linked resources for further assistance.\n"]]