Class InputImage

    • Method Detail

      • format

        public final InputImageFormat format()

        The format of the input image. Supported formats include png, gif, jpeg, and webp.

        If the service returns an enum value that is not available in the current SDK version, format will return InputImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the input image. Supported formats include png, gif, jpeg, and webp.
        See Also:
        InputImageFormat
      • formatAsString

        public final String formatAsString()

        The format of the input image. Supported formats include png, gif, jpeg, and webp.

        If the service returns an enum value that is not available in the current SDK version, format will return InputImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from formatAsString().

        Returns:
        The format of the input image. Supported formats include png, gif, jpeg, and webp.
        See Also:
        InputImageFormat
      • inlineContent

        public final SdkBytes inlineContent()

        The base64-encoded image data for inline image content. Maximum size is 5MB.

        Returns:
        The base64-encoded image data for inline image content. Maximum size is 5MB.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)