Class TranscriptionCreateResponse.Builder
-
- All Implemented Interfaces:
public final class TranscriptionCreateResponse.BuilderA builder for TranscriptionCreateResponse.
-
-
Method Summary
-
-
Method Detail
-
id
final TranscriptionCreateResponse.Builder id(String id)
Unique transcription job ID
-
id
final TranscriptionCreateResponse.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
sourceObjectId
final TranscriptionCreateResponse.Builder sourceObjectId(String sourceObjectId)
Source audio object ID (only for vault-based transcription)
-
sourceObjectId
final TranscriptionCreateResponse.Builder sourceObjectId(JsonField<String> sourceObjectId)
Sets Builder.sourceObjectId to an arbitrary JSON value.
You should usually call Builder.sourceObjectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final TranscriptionCreateResponse.Builder status(TranscriptionCreateResponse.Status status)
Current status of the transcription job
-
status
final TranscriptionCreateResponse.Builder status(JsonField<TranscriptionCreateResponse.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
vaultId
final TranscriptionCreateResponse.Builder vaultId(String vaultId)
Vault ID (only for vault-based transcription)
-
vaultId
final TranscriptionCreateResponse.Builder vaultId(JsonField<String> vaultId)
Sets Builder.vaultId to an arbitrary JSON value.
You should usually call Builder.vaultId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TranscriptionCreateResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TranscriptionCreateResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TranscriptionCreateResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TranscriptionCreateResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TranscriptionCreateResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TranscriptionCreateResponse build()
Returns an immutable instance of TranscriptionCreateResponse.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-