Skip to content

Commit 3a9438e

Browse files
authored
Merge pull request #614 from watson-developer-cloud/release-1-2019
Release 1 2019
2 parents c90ccaa + a009df5 commit 3a9438e

29 files changed

+270
-341
lines changed

Editor/IBMCloudSignup.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018 IBM Corp. All Rights Reserved.
2+
* (C) Copyright IBM Corp. 2018, 2019.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -27,4 +27,4 @@ public static void OpenIBMCloudWebsite()
2727
Application.OpenURL(Constants.String.IBM_CLOUD_URL + "?" + Common.TrackingQueryParam);
2828
}
2929
}
30-
}
30+
}

Editor/WatsonMenu.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015 IBM Corp. All Rights Reserved.
2+
* (C) Copyright IBM Corp. 2015, 2019.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

Examples/ExampleAssistantV2.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018 IBM Corp. All Rights Reserved.
2+
* (C) Copyright IBM Corp. 2018, 2019.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

Examples/ExampleStreaming.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2015 IBM Corp. All Rights Reserved.
2+
* (C) Copyright IBM Corp. 2015, 2020.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -109,6 +109,7 @@ public bool Active
109109
_service.SmartFormatting = true;
110110
_service.SpeakerLabels = false;
111111
_service.WordAlternativesThreshold = null;
112+
_service.EndOfPhraseSilenceTime = null;
112113
_service.StartListening(OnRecognize, OnRecognizeSpeaker);
113114
}
114115
else if (!value && _service.IsListening)
@@ -245,4 +246,4 @@ private void OnRecognizeSpeaker(SpeakerRecognitionEvent result)
245246
}
246247
}
247248
}
248-
}
249+
}

0 commit comments

Comments
 (0)