azure-docs-sdk-java/docs-ref-autogen/com.microsoft.cognitiveserv...

26 строки
1.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.util.KeyedItem"
fullName: "com.microsoft.cognitiveservices.speech.util.KeyedItem"
name: "KeyedItem"
nameWithType: "KeyedItem"
summary: "An interface that must be implemented by an item inserted into a Keyed<wbr>Item<wbr>Hash<wbr>Map."
syntax: "public interface **KeyedItem**"
methods:
- uid: "com.microsoft.cognitiveservices.speech.util.KeyedItem.getId()"
fullName: "com.microsoft.cognitiveservices.speech.util.KeyedItem.getId()"
name: "getId()"
nameWithType: "KeyedItem.getId()"
summary: "Returns an ID for this item to be used in a Keyed<wbr>Item<wbr>Hash<wbr>Map."
modifiers:
- "abstract"
syntax: "public abstract String getId()"
desc: "Returns an ID for this item to be used in a KeyedItemHashMap."
returns:
description: "An ID for this item to be used in a KeyedItemHashMap."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An interface that must be implemented by an item inserted into a KeyedItemHashMap."
metadata: {}
package: "com.microsoft.cognitiveservices.speech.util"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0