From 2f5d80476325496fbcc01502e42df494297e66d4 Mon Sep 17 00:00:00 2001 From: Udayshankar Ravikumar Date: Thu, 27 Jun 2024 12:22:49 +0530 Subject: [PATCH] v1.0.2, Updated documentation. --- .../com.uralstech.ubhashini/Documentation~/README.md | 5 +++-- UBhashini/Packages/com.uralstech.ubhashini/package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/UBhashini/Packages/com.uralstech.ubhashini/Documentation~/README.md b/UBhashini/Packages/com.uralstech.ubhashini/Documentation~/README.md index 1182837..8a4ae1e 100644 --- a/UBhashini/Packages/com.uralstech.ubhashini/Documentation~/README.md +++ b/UBhashini/Packages/com.uralstech.ubhashini/Documentation~/README.md @@ -65,8 +65,9 @@ BhashiniPipelineData _translateData = response.PipelineResponseConfig[1].Data[0] BhashiniPipelineData _ttsData = response.PipelineResponseConfig[2].Data[0]; ``` -Here, as we specified the expected source and target languages for each task in the pipeline, we know the order of pipeline configurations in `PipelineResponseConfig`. -This may not always be the case. It is recommended to check the array of configurations for the desired model(s). +Here, as we specified the expected source and target languages for each task in the pipeline, it is very likely that the `Data` array in the `PipelineResponseConfig` elements will only contain one `BhashiniPipelineData` object. +This may not always be the case, so, it is recommended to check the array of configurations for the desired model(s). +The order of `PipelineResponseConfig` is based on the order of the tasks array in the input for `ConfigurePipeline`. ### Computation diff --git a/UBhashini/Packages/com.uralstech.ubhashini/package.json b/UBhashini/Packages/com.uralstech.ubhashini/package.json index 382987b..189d10e 100644 --- a/UBhashini/Packages/com.uralstech.ubhashini/package.json +++ b/UBhashini/Packages/com.uralstech.ubhashini/package.json @@ -14,7 +14,7 @@ "Speech to Text" ], - "version": "1.0.1", + "version": "1.0.2", "unity": "2022.3", "hideInEditor": false,