Class TranscriptionCreateResponse
-
- All Implemented Interfaces:
public final class TranscriptionCreateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTranscriptionCreateResponse.BuilderA builder for TranscriptionCreateResponse.
public final classTranscriptionCreateResponse.StatusCurrent status of the transcription job
-
Method Summary
Modifier and Type Method Description final Optional<String>id()Unique transcription job ID final Optional<String>sourceObjectId()Source audio object ID (only for vault-based transcription) final Optional<TranscriptionCreateResponse.Status>status()Current status of the transcription job final Optional<String>vaultId()Vault ID (only for vault-based transcription) final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_sourceObjectId()Returns the raw JSON value of sourceObjectId. final JsonField<TranscriptionCreateResponse.Status>_status()Returns the raw JSON value of status. final JsonField<String>_vaultId()Returns the raw JSON value of vaultId. final Map<String, JsonValue>_additionalProperties()final TranscriptionCreateResponse.BuildertoBuilder()final TranscriptionCreateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TranscriptionCreateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of TranscriptionCreateResponse. -
-
Method Detail
-
sourceObjectId
final Optional<String> sourceObjectId()
Source audio object ID (only for vault-based transcription)
-
status
final Optional<TranscriptionCreateResponse.Status> status()
Current status of the transcription job
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_sourceObjectId
final JsonField<String> _sourceObjectId()
Returns the raw JSON value of sourceObjectId.
Unlike sourceObjectId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<TranscriptionCreateResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_vaultId
final JsonField<String> _vaultId()
Returns the raw JSON value of vaultId.
Unlike vaultId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TranscriptionCreateResponse.Builder toBuilder()
-
validate
final TranscriptionCreateResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static TranscriptionCreateResponse.Builder builder()
Returns a mutable builder for constructing an instance of TranscriptionCreateResponse.
-
-
-
-