ImageListMetadata Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. ImageListMetadata
- com.
public class ImageListMetadata
Metadatos de la lista de imágenes.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
String |
keyOne()
Obtenga el valor keyOne. |
String |
keyTwo()
Obtenga el valor keyTwo. |
Image |
withKeyOne(String keyOne)
Establezca el valor keyOne. |
Image |
withKeyTwo(String keyTwo)
Establezca el valor keyTwo. |
Detalles del método
keyOne
public String keyOne()
Obtenga el valor keyOne.
Returns:
el valor keyOne
keyTwo
public String keyTwo()
Obtenga el valor keyTwo.
Returns:
el valor keyTwo
withKeyOne
public ImageListMetadata withKeyOne(String keyOne)
Establezca el valor keyOne.
Parameters:
keyOne
- el valor keyOne que se va a establecer
Returns:
el propio objeto ImageListMetadata.
withKeyTwo
public ImageListMetadata withKeyTwo(String keyTwo)
Establezca el valor keyTwo.
Parameters:
keyTwo
- el valor keyTwo que se va a establecer
Returns:
el propio objeto ImageListMetadata.
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java