Freigeben über


ReadInStreamHeaders Klasse

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.computervision.models.ReadInStreamHeaders

public class ReadInStreamHeaders

Definiert Header für den ReadInStream-Vorgang.

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
String operationLocation()

Rufen Sie den wert operationLocation ab.

ReadInStreamHeaders withOperationLocation(String operationLocation)

Legen Sie den Wert operationLocation fest.

Details zur Methode

operationLocation

public String operationLocation()

Rufen Sie den wert operationLocation ab.

Returns:

der wert operationLocation

withOperationLocation

public ReadInStreamHeaders withOperationLocation(String operationLocation)

Legen Sie den Wert operationLocation fest.

Parameters:

operationLocation - den festzulegenden wert für operationLocation

Returns:

das ReadInStreamHeaders-Objekt selbst.

Gilt für: