Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add video dubbing client tool and API client sample code. #325

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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.
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