Cloud Speech V2 Client - Class LocationsMetadata (2.0.1)

Reference documentation and code samples for the Cloud Speech V2 Client class LocationsMetadata.

Main metadata for the Locations API for STT V2. Currently this is just the metadata about locales, models, and features

Generated from protobuf message google.cloud.speech.v2.LocationsMetadata

Namespace

Google \ Cloud \ Speech \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ languagesLanguageMetadata

Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features

↳ access_metadataAccessMetadata

Information about access metadata for the region and given project.

getLanguages

Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features

Returns
TypeDescription
LanguageMetadata|null

hasLanguages

clearLanguages

setLanguages

Information about available locales, models, and features represented in the hierarchical structure of locales -> models -> features

Parameter
NameDescription
varLanguageMetadata
Returns
TypeDescription
$this

getAccessMetadata

Information about access metadata for the region and given project.

Returns
TypeDescription
AccessMetadata|null

hasAccessMetadata

clearAccessMetadata

setAccessMetadata

Information about access metadata for the region and given project.

Parameter
NameDescription
varAccessMetadata
Returns
TypeDescription
$this