Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Transcription.
Audio transcription in Server Content.
Generated from protobuf message google.cloud.aiplatform.v1.Transcription
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
Optional. Transcription text. |
↳ finished |
bool
Optional. The bool indicates the end of the transcription. |
getText
Optional. Transcription text.
| Returns | |
|---|---|
| Type | Description |
string |
|
setText
Optional. Transcription text.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFinished
Optional. The bool indicates the end of the transcription.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setFinished
Optional. The bool indicates the end of the transcription.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|