Parses a phone number string into a structured ParsedPhoneNumber object. This is an async function as it may need to load region metadata.
The phone number string to parse
Parsing options including default region
The parsed phone number or a result with INVALID type
Parses a phone number string into a structured ParsedPhoneNumber object. This is an async function as it may need to load region metadata.