Speech Metadata#
Metadata representation from Google Speech API
-
class
google.cloud.speech.metadata.Metadata(last_update, start_time, progress_percent)[source]# Bases:
objectRepresentation of metadata from a Google Speech API Operation.
Parameters: -
classmethod
from_api_repr(response)[source]# Factory: construct representation of operation metadata.
Parameters: response (dict) – Dictionary containing operation metadata. Return type: MetadataReturns: Instance of operation Metadata.
-
last_update# Last time operation was updated.
Return type: datetime Returns: Datetime when operation was last updated.
-
classmethod