Skip to content

Conversation

@DapengLi2016
Copy link
Collaborator

No description provided.

See https://www.1eswiki.com/wiki/How_to_Securely_Configure_Package_Source_Files for details.
-->
<clear />
<add key="CustomVoiceTools-TTSDeploymentAgent" value="https://speechoutput.pkgs.visualstudio.com/VideoTranslationSamples/_packaging/VideoTranslationSamples-ApiSampleCode/nuget/v3/index.json" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is public?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@@ -0,0 +1,174 @@
namespace Microsoft.SpeechServices.CommonLib.CommandParser;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved.

@@ -0,0 +1,46 @@
namespace Microsoft.SpeechServices.CommonLib.CommandParser;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added

using System.Runtime.Serialization;

[DataContract]
public enum DeploymentEnvironment
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only keep enum that works for Video Translation.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed unused.

@@ -0,0 +1,2 @@
Nuget:
1. Not upgrade Flurl to 4.0 due to 4.0 doesn't support NewtonJson for ReceiveJson. No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have readme.md. Why not merge this information into readme.md?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to both places.


public readonly static IEnumerable<DeploymentEnvironment> SupportedEnvironments = new[]
{
DeploymentEnvironment.Local,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't expose.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed

@@ -0,0 +1,19 @@
# Video Dubbing

Video dubbing client tool and API sample code
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please provide details about how to run the command line tool. Don't expect user real the code before run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants