DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_CANCEL_TRANSCRIPTION_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_transcription_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_cancel_transcription_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_CANCEL_TRANSCRIPTION_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_transcription_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_cancel_transcription_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_CHANGE_TRANSCRIPTION_JOB_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_transcription_job_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_change_transcription_job_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_CREATE_TRANSCRIPTION_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_transcription_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_create_transcription_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_transcription_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_GET_TRANSCRIPTION_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_transcription_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_get_transcription_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_transcription_job
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_GET_TRANSCRIPTION_TASK_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_transcription_task request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_get_transcription_task_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_task_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_transcription_task
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_LIST_TRANSCRIPTION_JOBS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_transcription_jobs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_list_transcription_jobs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_job_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_transcription_jobs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_LIST_TRANSCRIPTION_TASKS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_transcription_tasks request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_list_transcription_tasks_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_task_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_transcription_tasks
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_AIS_AI_SERVICE_SPEECH_UPDATE_TRANSCRIPTION_JOB_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_transcription_job request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ais_ai_service_speech_update_transcription_job_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_ai_speech_transcription_job_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;