Cloud Speech V2 Client - Class LocationsMetadata (1.19.0)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ languages Google\Cloud\Speech\V2\LanguageMetadata

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

↳ access_metadata Google\Cloud\Speech\V2\AccessMetadata

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
Type Description
Google\Cloud\Speech\V2\LanguageMetadata|null

hasLanguages

clearLanguages

setLanguages

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

Parameter
Name Description
var Google\Cloud\Speech\V2\LanguageMetadata
Returns
Type Description
$this

getAccessMetadata

Information about access metadata for the region and given project.

Returns
Type Description
Google\Cloud\Speech\V2\AccessMetadata|null

hasAccessMetadata

clearAccessMetadata

setAccessMetadata

Information about access metadata for the region and given project.

Parameter
Name Description
var Google\Cloud\Speech\V2\AccessMetadata
Returns
Type Description
$this