File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/model Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ public class SpeechModel extends GenericModel {
2727 @ SerializedName ("supported_features" )
2828 private SupportedFeatures supportedFeatures ;
2929 private String description ;
30- private String sessions ;
3130
3231 /**
3332 * Gets the name.
@@ -94,16 +93,4 @@ public SupportedFeatures getSupportedFeatures() {
9493 public String getDescription () {
9594 return description ;
9695 }
97-
98- /**
99- * Gets the sessions.
100- *
101- * The URI for the model for use with the **Create a session** method. This field is returned only by the **Get a
102- * model** method.
103- *
104- * @return the sessions
105- */
106- public String getSessions () {
107- return sessions ;
108- }
10996}
You can’t perform that action at this time.
0 commit comments