Cognitive-Samples-VideoFram.../Windows/LiveCameraSample/Properties/Settings.settings
Chris Thrasher 05b7597ea1
Remove deprecated Emotion API (#7)
Emotion API calls are now made through the Face API.
2018-04-10 20:37:05 -07:00

36 lines
No EOL
1.7 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="LiveCameraSample.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="FaceAPIKey" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="VisionAPIKey" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="SettingsPanelVisibility" Type="System.Windows.Visibility" Scope="User">
<Value Profile="(Default)">Visible</Value>
</Setting>
<Setting Name="AnalysisInterval" Type="System.TimeSpan" Scope="User">
<Value Profile="(Default)">00:00:03</Value>
</Setting>
<Setting Name="FaceAPICallCount" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="VisionAPICallCount" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="AutoStopEnabled" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="AutoStopTime" Type="System.TimeSpan" Scope="Application">
<Value Profile="(Default)">00:05:00</Value>
</Setting>
<Setting Name="FaceAPIHost" Type="System.String" Scope="User">
<Value Profile="(Default)">https://westus.api.cognitive.microsoft.com/face/v1.0</Value>
</Setting>
<Setting Name="VisionAPIHost" Type="System.String" Scope="User">
<Value Profile="(Default)">https://westus.api.cognitive.microsoft.com/vision/v1.0</Value>
</Setting>
</Settings>
</SettingsFile>