Compartir a través de


ImageListMetadata Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.ImageListMetadata

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.

ImageListMetadata withKeyOne(String keyOne)

Establezca el valor keyOne.

ImageListMetadata 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