Uses of Class
software.amazon.awssdk.services.geoplaces.model.PhonemeTranscription
-
Packages that use PhonemeTranscription Package Description software.amazon.awssdk.services.geoplaces.model -
-
Uses of PhonemeTranscription in software.amazon.awssdk.services.geoplaces.model
Methods in software.amazon.awssdk.services.geoplaces.model that return types with arguments of type PhonemeTranscription Modifier and Type Method Description List<PhonemeTranscription>AddressComponentPhonemes. block()How to pronounce the name of the block.List<PhonemeTranscription>AddressComponentPhonemes. country()The alpha-2 or alpha-3 character code for the country that the results will be present in.List<PhonemeTranscription>AddressComponentPhonemes. district()How to pronounce the district or division of a city results should be present in.List<PhonemeTranscription>AddressComponentPhonemes. locality()How to pronounce the city or locality results should be present in.List<PhonemeTranscription>AddressComponentPhonemes. region()How to pronounce the region or state results should be to be present in.List<PhonemeTranscription>AddressComponentPhonemes. street()How to pronounce the name of the street results should be present in.List<PhonemeTranscription>AddressComponentPhonemes. subBlock()How to pronounce the name of the sub-block.List<PhonemeTranscription>AddressComponentPhonemes. subDistrict()How to pronounce the sub-district or division of a city results should be present in.List<PhonemeTranscription>AddressComponentPhonemes. subRegion()How to pronounce the sub-region or county for which results should be present in.List<PhonemeTranscription>PhonemeDetails. title()List ofPhonemeTranscription.Methods in software.amazon.awssdk.services.geoplaces.model with parameters of type PhonemeTranscription Modifier and Type Method Description AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. block(PhonemeTranscription... block)How to pronounce the name of the block.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. country(PhonemeTranscription... country)The alpha-2 or alpha-3 character code for the country that the results will be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. district(PhonemeTranscription... district)How to pronounce the district or division of a city results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. locality(PhonemeTranscription... locality)How to pronounce the city or locality results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. region(PhonemeTranscription... region)How to pronounce the region or state results should be to be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. street(PhonemeTranscription... street)How to pronounce the name of the street results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subBlock(PhonemeTranscription... subBlock)How to pronounce the name of the sub-block.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subDistrict(PhonemeTranscription... subDistrict)How to pronounce the sub-district or division of a city results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subRegion(PhonemeTranscription... subRegion)How to pronounce the sub-region or county for which results should be present in.PhonemeDetails.BuilderPhonemeDetails.Builder. title(PhonemeTranscription... title)List ofPhonemeTranscription.Method parameters in software.amazon.awssdk.services.geoplaces.model with type arguments of type PhonemeTranscription Modifier and Type Method Description AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. block(Collection<PhonemeTranscription> block)How to pronounce the name of the block.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. country(Collection<PhonemeTranscription> country)The alpha-2 or alpha-3 character code for the country that the results will be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. district(Collection<PhonemeTranscription> district)How to pronounce the district or division of a city results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. locality(Collection<PhonemeTranscription> locality)How to pronounce the city or locality results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. region(Collection<PhonemeTranscription> region)How to pronounce the region or state results should be to be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. street(Collection<PhonemeTranscription> street)How to pronounce the name of the street results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subBlock(Collection<PhonemeTranscription> subBlock)How to pronounce the name of the sub-block.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subDistrict(Collection<PhonemeTranscription> subDistrict)How to pronounce the sub-district or division of a city results should be present in.AddressComponentPhonemes.BuilderAddressComponentPhonemes.Builder. subRegion(Collection<PhonemeTranscription> subRegion)How to pronounce the sub-region or county for which results should be present in.PhonemeDetails.BuilderPhonemeDetails.Builder. title(Collection<PhonemeTranscription> title)List ofPhonemeTranscription.
-