Skip to content

Commit

Permalink
v1.0.2, Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Jun 27, 2024
1 parent d6320d4 commit 2f5d804
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion UBhashini/Packages/com.uralstech.ubhashini/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Speech to Text"
],

"version": "1.0.1",
"version": "1.0.2",
"unity": "2022.3",

"hideInEditor": false,
Expand Down

0 comments on commit 2f5d804

Please sign in to comment.