Skip to content

Commit b69a7c5

Browse files
committed
refactor(Speech to Text): Remove property not used by the SDK
1 parent 4e30c47 commit b69a7c5

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

1 file changed

+0
-13
lines changed

speech-to-text/src/main/java/com/ibm/watson/developer_cloud/speech_to_text/v1/model/SpeechModel.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)